Negative¶
These are all blending modes which seem to make the image go negative.
Additive Subtractive¶
힌트
This blending mode is called “Additive Subtractive” in English.
Subtracts the square root of the lower layer from the upper layer.
역탄젠트¶
힌트
This blending mode is called “Arcus Tangent” in English.
Divides the lower layer by the top. Then divides this by Pi. Then uses that in an Arc tangent function, and multiplies it by two.
Difference¶
힌트
This blending mode is called “Difference” in English.
Checks per pixel of which layer the pixel-value is highest/lowest, and then subtracts the lower value from the higher-value.
등가¶
힌트
This blending mode is called “Equivalence” in English.
Subtracts the underlying layer from the upper-layer. Then inverts that. Seems to produce the same result as Difference.
제외¶
힌트
This blending mode is called “Exclusion” in English.
This multiplies the two layers, adds the source, and then subtracts the multiple of two layers twice.
반전¶
힌트
This blending mode is called “Negation” in English.
The absolute of the 1.0f value subtracted by the base subtracted by the blend layer. abs(1.0f - Base - Blend)