1 write to _offset
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
3721
_offset
= new double [stops.Count + 2];
16 references to _offset
ReachFramework (16)
AlphaFlattener\BrushProxy.cs (16)
3756
AddStop(0, InterpolateColor(0,
_offset
[0], _color[0],
_offset
[1], _color[1]));
3761
AddStop(1, InterpolateColor(1,
_offset
[_count - 2], _color[_count - 2],
_offset
[_count - 1], _color[_count - 1]));
3845
if (t >=
_offset
[c] && (t <=
_offset
[c + 1]))
3847
MyColor mc = InterpolateColor(t,
_offset
[c], _color[c],
_offset
[c + 1], _color[c + 1]);
3887
if ((
_offset
[i - 1] >= 0) && (
_offset
[i] <= 1))
3915
if ((Utility.AreClose(offset,
_offset
[k])) &&
3916
Utility.AreClose(offset,
_offset
[k + 1]))
3927
if (offset >=
_offset
[j])
3932
_offset
[j + 1] =
_offset
[j];
3938
_offset
[j + 1] = offset;