Enum ColorInterpolationMode
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Defines how to interpolate between colors.
D2D1_COLOR_INTERPOLATION_MODE
public enum ColorInterpolationMode
Fields
Straight = 0
Colors are interpolated with straight alpha.
Premultiplied = 1
Colors are interpolated with premultiplied alpha.