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.
Warnung
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¶
Hinweis
This blending mode is called „AND“ in English.
Performs the AND operation for the base and blend layer. Similar to multiply blending mode.
CONVERSE¶
Hinweis
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.
IMPLICATION¶
Hinweis
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.
NAND¶
Hinweis
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.
NOR¶
Hinweis
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.
NOT CONVERSE¶
Hinweis
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.
NOT IMPLICATION¶
Hinweis
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.
OR¶
Hinweis
This blending mode is called „OR“ in English.
Performs the OR operation for base and blend layer. Similar to screen mode.
XOR¶
Hinweis
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.
XNOR¶
Hinweis
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.