3 references to InterpolateColor
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (3)
3755AddStop(0, InterpolateColor(0, _offset[0], _color[0], _offset[1], _color[1])); 3760AddStop(1, InterpolateColor(1, _offset[_count - 2], _color[_count - 2], _offset[_count - 1], _color[_count - 1])); 3846MyColor mc = InterpolateColor(t, _offset[c], _color[c], _offset[c + 1], _color[c + 1]);