Table of Contents

Enum BlendOption

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Specifies how one of the color sources is to be derived and optionally specifies a preblend operation on the color source.
D2D1_BLEND

public enum BlendOption

Fields

Zero = 1
One = 2
SourceColor = 3
InverseSourceColor = 4
SourceAlpha = 5
InverseSourceAlpha = 6
DestinationAlpha = 7
InverseDestinationAlpha = 8
DestinationColor = 9
InverseDestinationColor = 10
SourceAlphaSaturated = 11
BlendFactor = 14
InverseBlendFactor = 15

Remarks

See also D3D10_BLEND.