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