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 4295color = _gradient.GetColor(i - 1, _bandSteps); 4320color = _gradient.GetInvalidGradientColor();