1 write to _gradient
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
4000
_gradient
= new GradientColor(brush.GradientStops, opacity, brush.SpreadMethod, brush.ColorInterpolationMode);
3 references to _gradient
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (3)
4042
_bandSteps =
_gradient
.BandSteps(_bandWidth * xToWorldScale);
4068
color =
_gradient
.GetColor(i, _bandSteps);
4076
color =
_gradient
.GetInvalidGradientColor();