BlendMode
Blend Modes as defined by https://helpx.adobe.com/photoshop/using/blending-modes.html
Inheritors
Types
A NonSeparableBlendMode that creates a result color with the luminance of the base color and the hue and saturation of the source color
A SeparableBlendMode where blending looks at the color information in each channel and darkens the base color to reflect the blend color by increasing the contrast between the two
A SeparableBlendMode where blending looks at the color information in each channel and brightens the base color to reflect the blend color by decreasing contrast between the two
A SeparableBlendMode where for each channel the darkest of the base layer and top later is used
A SeparableBlendMode where blending looks at the color information in each channel and subtracts either the source color from the base color or the base color from the source color, depending on which has the greater brightness value
A SeparableBlendMode similar to Difference but lower in contrast
A SeparableBlendMode where if the source color is lighter than 50% gray, the color is lightened, as if Screen was applied. If the source color is darker than 50% gray, the image is darkened, as if Multiply was applied
A NonSeparableBlendMode that creates a result color with the luminance and saturation of the base color and the hue of the source color
A SeparableBlendMode where for each channel the lightest of the base layer and top later is used
A NonSeparableBlendMode that creates a result color with the hue and saturation of the base color and the luminance of the source color
A SeparableBlendMode where the top layer is multiplied with the base layer
A BlendMode where the color channels cannot be blended by changing the Lumination and Saturation
A SeparableBlendMode where only the top layer is used
A SeparableBlendMode where if the base layer is light, the top layer becomes lighter; where the base layer is dark, the top becomes darker
A NonSeparableBlendMode that creates a result color with the luminance and hue of the base color and the saturation of the source color
A SeparableBlendMode where the colors are inverted, multiplied and then inverted again
A BlendMode where each color channel can be blended independently
A SeparableBlendMode where if the source color is lighter than 50% gray, the color is lightened, as if ColorDodge was applied. If the source color is darker than 50% gray, the image is darkened, as if ColorBurn was applied
Functions
Blends two KalugaColor into a new KalugaColor using this BlendMode