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