Table of Contents

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

IReadOnlyList<GradientStop>

Remarks

This corresponds to a call to ID2D1GradientStopCollection1::GetGradientStops1().