2 instantiations of GradientColor
ReachFramework (2)
AlphaFlattener\BrushProxy.cs (2)
3997
_gradient = new
GradientColor
(brush.GradientStops, opacity, brush.SpreadMethod, brush.ColorInterpolationMode);
4192
_gradient = new
GradientColor
(b.GradientStops, opacity, b.SpreadMethod, b.ColorInterpolationMode);
2 references to GradientColor
ReachFramework (2)
AlphaFlattener\BrushProxy.cs (2)
4156
private
GradientColor
_gradient;
4528
private
GradientColor
_gradient;