Enum BlendMode
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Blending modes for the BlendEffect. See D2D1_BLEND_MODE and Direct2D Blend effect for more information.
public enum BlendMode
Fields
Multiply = 0See Direct2D Blend modes and Direct2D Blend effect for more information.
Screen = 1See Direct2D Blend modes and Direct2D Blend effect for more information.
Darken = 2See Direct2D Blend modes and Direct2D Blend effect for more information.
Lighten = 3See Direct2D Blend modes and Direct2D Blend effect for more information.
Dissolve = 4See Direct2D Blend modes and Direct2D Blend effect for more information.
ColorBurn = 5See Direct2D Blend modes and Direct2D Blend effect for more information.
LinearBurn = 6See Direct2D Blend modes and Direct2D Blend effect for more information.
DarkerColor = 7See Direct2D Blend modes and Direct2D Blend effect for more information.
LighterColor = 8See Direct2D Blend modes and Direct2D Blend effect for more information.
ColorDodge = 9See Direct2D Blend modes and Direct2D Blend effect for more information.
LinearDodge = 10See Direct2D Blend modes and Direct2D Blend effect for more information.
Overlay = 11See Direct2D Blend modes and Direct2D Blend effect for more information.
SoftLight = 12See Direct2D Blend modes and Direct2D Blend effect for more information.
HardLight = 13See Direct2D Blend modes and Direct2D Blend effect for more information.
VividLight = 14See Direct2D Blend modes and Direct2D Blend effect for more information.
LinearLight = 15See Direct2D Blend modes and Direct2D Blend effect for more information.
PinLight = 16See Direct2D Blend modes and Direct2D Blend effect for more information.
HardMix = 17See Direct2D Blend modes and Direct2D Blend effect for more information.
Difference = 18See Direct2D Blend modes and Direct2D Blend effect for more information.
Exclusion = 19See Direct2D Blend modes and Direct2D Blend effect for more information.
Hue = 20See Direct2D Blend modes and Direct2D Blend effect for more information.
Saturation = 21See Direct2D Blend modes and Direct2D Blend effect for more information.
Color = 22See Direct2D Blend modes and Direct2D Blend effect for more information.
Luminosity = 23See Direct2D Blend modes and Direct2D Blend effect for more information.
Subtract = 24See Direct2D Blend modes and Direct2D Blend effect for more information.
Division = 25See Direct2D Blend modes and Direct2D Blend effect for more information.