An enum for transparency blend modes.
More...
|
enum | eBlendMode {
eBlendModeUnspecified = 0
, eBlendModeNormal
, eBlendModeMultiply
, eBlendModeScreen
,
eBlendModeOverlay
, eBlendModeSoftLight
, eBlendModeHardLight
, eBlendModeColorDodge
,
eBlendModeColorBurn
, eBlendModeDarken
, eBlendModeLighten
, eBlendModeDifference
,
eBlendModeExclusion
, eBlendModeHue
, eBlendModeSaturation
, eBlendModeColor
,
eBlendModeLuminosity
} |
| An enum for transparency blend modes. More...
|
An enum for transparency blend modes.
◆ eBlendMode
An enum for transparency blend modes.
Enumerator |
---|
eBlendModeUnspecified | 0 | Unspecified blend mode.
|
eBlendModeNormal | | Selects the source color, ignoring the backdrop.
|
eBlendModeMultiply | | Multiplies the backdrop and source color values.
|
eBlendModeScreen | | Multiplies the complements of the backdrop and source color values, then complements the result
|
eBlendModeOverlay | | The backdrop color is not replaced but is mixed with the source color to reflect the lightness or darkness of the backdrop
|
eBlendModeSoftLight | | Darkens or lightens the colors, depending on the source color value.
|
eBlendModeHardLight | | Multiplies or screens the colors, depending on the source color value.
|
eBlendModeColorDodge | | Brightens the backdrop color to reflect the source color.
|
eBlendModeColorBurn | | Darkens the backdrop color to reflect the source color.
|
eBlendModeDarken | | Selects the darker of the backdrop and source colors.
|
eBlendModeLighten | | Selects the lighter of the backdrop and source colors.
|
eBlendModeDifference | | Subtracts the darker of the two constituent colors from the lighter color.
|
eBlendModeExclusion | | Produces an effect similar to that of the Difference mode but lower in contrast
|
eBlendModeHue | | Creates a color with the hue of the source color and the saturation and luminosity of the backdrop color
|
eBlendModeSaturation | | Creates a color with the saturation of the source color and the hue and luminosity of the backdrop color
|
eBlendModeColor | | Creates a color with the hue and saturation of the source color and the luminosity of the backdrop color
|
eBlendModeLuminosity | | Creates a color with the luminosity of the source color and the hue and saturation of the backdrop color
|