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 = 1
Add source 1 and source 2.
Subtract = 2
Subtract source 1 from source 2.
ReverseSubtract = 3
Subtract source 2 from source 1.
Min = 4
Find the minimum of source 1 and source 2.
Max = 5
Find the maximum of source 1 and source 2.