Binary

Binary modes are a special class of blending modes which utilize 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 surfaces. All binary modes have capitalized letters to distinguish themselves from other blending modes.

To clarify on how binary modes work, 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 spaces.

AND

힌트

This blending mode is called “AND” in English.

Performs the AND operation for the base and blend layer. Similar to multiply blending mode.

../../_images/Blend_modes_AND_map.png

Left: Base Layer. Middle: Blend Layer. Right: AND.

../../_images/Blending_modes_AND_Gradients.png

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.

../../_images/Blend_modes_CONVERSE_map.png

Left: Base Layer. Middle: Blend Layer. Right: CONVERSE.

../../_images/Blending_modes_CONVERSE_Gradients.png

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.

../../_images/Blend_modes_IMPLIES_map.png

Left: Base Layer. Middle: Blend Layer. Right: IMPLICATION.

../../_images/Blending_modes_IMPLIES_Gradients.png

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.

../../_images/Blend_modes_NAND_map.png

Left: Base Layer. Middle: Blend Layer. Right: NAND.

../../_images/Blending_modes_NAND_Gradients.png

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.

../../_images/Blend_modes_NOR_map.png

Left: Base Layer. Middle: Blend Layer. Right: NOR.

../../_images/Blending_modes_NOR_Gradients.png

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.

../../_images/Blend_modes_NOT_CONVERSE_map.png

Left: Base Layer. Middle: Blend Layer. Right: NOT CONVERSE.

../../_images/Blending_modes_NOT_CONVERSE_Gradients.png

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.

../../_images/Blend_modes_NOT_IMPLICATION_map.png

Left: Base Layer. Middle: Blend Layer. Right: NOT IMPLICATION.

../../_images/Blending_modes_NOT_IMPLICATION_Gradients.png

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.

../../_images/Blend_modes_OR_map.png

Left: Base Layer. Middle: Blend Layer. Right: OR.

../../_images/Blending_modes_OR_Gradients.png

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.

../../_images/Blend_modes_XOR_map.png

Left: Base Layer. Middle: Blend Layer. Right: XOR.

../../_images/Blending_modes_XOR_Gradients.png

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.

../../_images/Blend_modes_XNOR_map.png

Left: Base Layer. Middle: Blend Layer. Right: XNOR.

../../_images/Blending_modes_XNOR_Gradients.png

Left: Base Layer. Middle: Blend Layer. Right: XNOR.