'Declaration Public Enum ColorBlendMode Inherits System.Enum
public enum ColorBlendMode : System.Enum
Member | Description |
---|---|
ColorBurn | Darkens the backdrop to reflect the source color |
ColorDodge | Brightens the backdrop to reflect the source color. |
Darken | Uses the darker of the backdrop and source color channels. |
Difference | Subtracts the darker of the colors from the lighter. |
Divide | Divides the surface color from the backdrop |
Exclusion | Produces an effect similar to Difference but lower in contrast |
HardLight | Creates an effect similar to shining a harsh spotlight on the backdrop. |
HardMix | Changes the channel to either the lightest or darkest value if the sum of the backdrop and surface channel is greater than 255. |
Lighten | Uses the lighter of the backdrop and source color channels. |
LinearBurn | Darkens the backdrop to reflect the surface color |
LinearDodge | Lightens the backdrop to reflect the surface color |
LinearLight | Performs a linear burn or dodge of the backdrop depending on the surface color. |
Multiply | Multiplies the backdrop and source color channel values. |
Normal | Uses the source color. |
Overlay | Similar to HardLight except the source is used as the backdrop. |
PinLight | If the surface color is light the backdrop colors darker are replaced. |
Screen | Multiplies the complement of the color channel values. |
SoftLight | Creates an effect similar to shining a diffuse spotlight on the backdrop. |
Subtract | Subtracts the surface color from the backdrop |
VividLight | Performs a color burn or dodge of the backdrop depending on the surface color. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2