Enum ColorManagementAlphaMode
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Indicates how the Color management effect should interpret alpha data that is contained in the input image.
D2D1_COLORMANAGEMENT_ALPHA_MODE
public enum ColorManagementAlphaMode
Fields
Premultiplied = 1
The effect assumes the alpha mode is premultiplied.
Straight = 2
The effect assumes the alpha mode is straight.