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