1 write to _offset
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
3718
_offset
= new double [stops.Count + 2];
16 references to _offset
ReachFramework (16)
AlphaFlattener\BrushProxy.cs (16)
3753
AddStop(0, InterpolateColor(0,
_offset
[0], _color[0],
_offset
[1], _color[1]));
3758
AddStop(1, InterpolateColor(1,
_offset
[_count - 2], _color[_count - 2],
_offset
[_count - 1], _color[_count - 1]));
3842
if (t >=
_offset
[c] && (t <=
_offset
[c + 1]))
3844
MyColor mc = InterpolateColor(t,
_offset
[c], _color[c],
_offset
[c + 1], _color[c + 1]);
3884
if ((
_offset
[i - 1] >= 0) && (
_offset
[i] <= 1))
3912
if ((Utility.AreClose(offset,
_offset
[k])) &&
3913
Utility.AreClose(offset,
_offset
[k + 1]))
3924
if (offset >=
_offset
[j])
3929
_offset
[j + 1] =
_offset
[j];
3935
_offset
[j + 1] = offset;