Click or drag to resize
BlendEffectMode Enumeration
The blend mode used for the effect.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum BlendEffectMode
Members
  Member nameValueDescription
Multiply0Multiply blend mode.
Screen1Screen blend mode.
Darken2Darken blend mode.
Lighten3Lighten blend mode.
Dissolve4[NoComposition] Dissolve blend mode.
ColorBurn5Color burn blend mode.
LinearBurn6Linear burn blend mode.
DarkerColor7Darker color blend mode.
LighterColor8Lighter color blend mode.
ColorDodge9Color dodge blend mode.
LinearDodge10Linear dodge blend mode.
Overlay11Overlay blend mode.
SoftLight12Soft light blend mode.
HardLight13Hard light blend mode.
VividLight14Vivid light blend mode.
LinearLight15Linear light blend mode.
PinLight16Pin light blend mode.
HardMix17Hard mix blend mode.
Difference18Difference blend mode.
Exclusion19Exclusion blend mode.
Hue20[NoComposition] Hue blend mode.
Saturation21[NoComposition] Saturation blend mode.
Color22[NoComposition] Color blend mode.
Luminosity23[NoComposition] Luminosity blend mode.
Subtract24Subtract blend mode.
Division25Division blend mode.
Remarks

This image shows the results of every blend mode.

BlendEffectMode diagram
See Also