BlendMode
Namespace: datalogics_interface
Description
The blend mode used for painting objects.
Values
- Compatible
No longer needed but still recognized; equivalent to the Normal blend mode.
- Normal
Selects the source color and ignores the backdrop.
- Multiply
Multiplies the source and backdrop colors. The result is always at least as dark as either constituent.
- Screen
Multiplies the complements of the source and backdrop, then complements the result. Always at least as light as either constituent.
- Difference
Subtracts the darker of the two constituent colors from the lighter color.
- Darken
Selects the darker of the backdrop or source colors.
- Lighten
Selects the lighter of the backdrop or source colors.
- ColorDodge
Brightens the backdrop color to reflect the source color.
- ColorBurn
Darkens the backdrop color to reflect the source color.
- Exclusion
Similar to Difference but lower in contrast.
- HardLight
Multiplies or screens depending on the source color value.
- Overlay
Multiplies or screens depending on the backdrop color value; preserves highlights and shadows.
- SoftLight
Darkens or lightens depending on the source color value.
- Luminosity
Creates a color with the luminosity of the source and the hue/saturation of the backdrop.
- Hue
Creates a color with the hue of the source and the saturation/luminosity of the backdrop.
- Saturation
Creates a color with the saturation of the source and the hue/luminosity of the backdrop.
- Color
Creates a color with the hue and saturation of the source and the luminosity of the backdrop.
- Unknown
The blend mode is not recognized or could not be determined.