1 write to _gradient
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
4191
_gradient
= new GradientColor(b.GradientStops, opacity, b.SpreadMethod, b.ColorInterpolationMode);
3 references to _gradient
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (3)
4232
_bandSteps =
_gradient
.BandSteps(v.Length); // Number of steps to decompose into
4295
color =
_gradient
.GetColor(i - 1, _bandSteps);
4320
color =
_gradient
.GetInvalidGradientColor();