Enum GradientStopGamma
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Specifies which gamma is used for interpolation.
D2D1_GAMMA
public enum GradientStopGamma
Fields
Srgb = 0
Interpolation is performed in the standard RGB (sRGB) space. (gamma value of 2.2)
Linear = 1
Interpolation is performed in the linear-gamma space. (gamma value of 1.0)