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)
3756AddStop(0, InterpolateColor(0, _offset[0], _color[0], _offset[1], _color[1])); 3761AddStop(1, InterpolateColor(1, _offset[_count - 2], _color[_count - 2], _offset[_count - 1], _color[_count - 1])); 3845if (t >= _offset[c] && (t <= _offset[c + 1])) 3847MyColor mc = InterpolateColor(t, _offset[c], _color[c], _offset[c + 1], _color[c + 1]); 3887if ((_offset[i - 1] >= 0) && (_offset[i] <= 1)) 3915if ((Utility.AreClose(offset, _offset[k])) && 3916Utility.AreClose(offset, _offset[k + 1])) 3927if (offset >= _offset[j]) 3932_offset[j + 1] = _offset[j]; 3938_offset[j + 1] = offset;