Binary
Binary modes are special class of blending modes which utilizes binary operators for calculations. Binary modes are unlike every other blending modes as these modes have a fractal attribute with falloff similar to other blending modes. Binary modes can be used for generation of abstract art using layers with very smooth surface. All binary modes have capitalized letters to distinguish themselves from other blending modes.
To clarify on how binary modes works, convert decimal values to binary values, then treat 1 or 0 as T or F respectively, and use binary operation to get the end result, and then convert the result back to decimal.
警告
Binary blending modes do not work on float images or negative numbers! So, don’t report bugs about using binary modes on unsupported color space.
AND
提示
This blending mode is called “AND” in English.
Performs the AND operation for the base and blend layer. Similar to multiply blending mode.
Left: Base Layer. Middle: Blend Layer. Right: AND.
Left: Base Layer. Middle: Blend Layer. Right: AND.
CONVERSE
提示
This blending mode is called “CONVERSE” in English.
Performs the inverse of IMPLICATION operation for the base and blend layer. Similar to screen mode with blend layer and base layer inverted.
Left: Base Layer. Middle: Blend Layer. Right: CONVERSE.
Left: Base Layer. Middle: Blend Layer. Right: CONVERSE.
IMPLICATION
提示
This blending mode is called “IMPLICATION” in English.
Performs the IMPLICATION operation for the base and blend layer. Similar to screen mode with base layer inverted.
Left: Base Layer. Middle: Blend Layer. Right: IMPLICATION.
Left: Base Layer. Middle: Blend Layer. Right: IMPLICATION.
NAND
提示
This blending mode is called “NAND” in English.
Performs the inverse of AND operation for base and blend layer. Similar to the inverted multiply mode.
Left: Base Layer. Middle: Blend Layer. Right: NAND.
Left: Base Layer. Middle: Blend Layer. Right: NAND.
NOR
提示
This blending mode is called “NOR” in English.
Performs the inverse of OR operation for base and blend layer. Similar to the inverted screen mode.
Left: Base Layer. Middle: Blend Layer. Right: NOR.
Left: Base Layer. Middle: Blend Layer. Right: NOR.
NOT CONVERSE
提示
This blending mode is called “NOT CONVERSE” in English.
Performs the inverse of CONVERSE operation for base and blend layer. Similar to the multiply mode with base layer and blend layer inverted.
Left: Base Layer. Middle: Blend Layer. Right: NOT CONVERSE.
Left: Base Layer. Middle: Blend Layer. Right: NOT CONVERSE.
NOT IMPLICATION
提示
This blending mode is called “NOT IMPLICATION” in English.
Performs the inverse of IMPLICATION operation for base and blend layer. Similar to the multiply mode with the blend layer inverted.
Left: Base Layer. Middle: Blend Layer. Right: NOT IMPLICATION.
Left: Base Layer. Middle: Blend Layer. Right: NOT IMPLICATION.
OR
提示
This blending mode is called “OR” in English.
Performs the OR operation for base and blend layer. Similar to screen mode.
Left: Base Layer. Middle: Blend Layer. Right: OR.
Left: Base Layer. Middle: Blend Layer. Right: XOR.
XOR
提示
This blending mode is called “XOR” in English.
Performs the XOR operation for base and blend layer. This mode has a special property that if you duplicate the blend layer twice, you get the base layer.
Left: Base Layer. Middle: Blend Layer. Right: XOR.
Left: Base Layer. Middle: Blend Layer. Right: XOR.
XNOR
提示
This blending mode is called “XNOR” in English.
Performs the XNOR operation for base and blend layer. This mode has a special property that if you duplicate the blend layer twice, you get the base layer.
Left: Base Layer. Middle: Blend Layer. Right: XNOR.
Left: Base Layer. Middle: Blend Layer. Right: XNOR.