1 write to _offset
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
3720_offset = new double [stops.Count + 2];
16 references to _offset
ReachFramework (16)
AlphaFlattener\BrushProxy.cs (16)
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])); 3844if (t >= _offset[c] && (t <= _offset[c + 1])) 3846MyColor mc = InterpolateColor(t, _offset[c], _color[c], _offset[c + 1], _color[c + 1]); 3886if ((_offset[i - 1] >= 0) && (_offset[i] <= 1)) 3914if ((Utility.AreClose(offset, _offset[k])) && 3915Utility.AreClose(offset, _offset[k + 1])) 3926if (offset >= _offset[j]) 3931_offset[j + 1] = _offset[j]; 3937_offset[j + 1] = offset;