Property GammaTransformedGradientStops
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
GammaTransformedGradientStops
Retrieves the gradient stop values transformed into the color space specified by the ColorInterpolationGamma value. If the value is Srgb, or if the CreateGradientStopCollection() overload which does not take a gamma parameter was used, then these will be the same as the values used when creating the collection.
IReadOnlyList<GradientStop> GammaTransformedGradientStops { get; }
Property Value
Remarks
This corresponds to a call to ID2D1GradientStopCollection1::GetGradientStops1().