Enum BlendOperation
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Specifies the blend operation on two color sources.
D2D1_BLEND_OPERATION
public enum BlendOperation
Fields
Add = 1Add source 1 and source 2.
Subtract = 2Subtract source 1 from source 2.
ReverseSubtract = 3Subtract source 2 from source 1.
Min = 4Find the minimum of source 1 and source 2.
Max = 5Find the maximum of source 1 and source 2.