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)
3753AddStop(0, InterpolateColor(0, _offset[0], _color[0], _offset[1], _color[1])); 3758AddStop(1, InterpolateColor(1, _offset[_count - 2], _color[_count - 2], _offset[_count - 1], _color[_count - 1])); 3842if (t >= _offset[c] && (t <= _offset[c + 1])) 3844MyColor mc = InterpolateColor(t, _offset[c], _color[c], _offset[c + 1], _color[c + 1]); 3884if ((_offset[i - 1] >= 0) && (_offset[i] <= 1)) 3912if ((Utility.AreClose(offset, _offset[k])) && 3913Utility.AreClose(offset, _offset[k + 1])) 3924if (offset >= _offset[j]) 3929_offset[j + 1] = _offset[j]; 3935_offset[j + 1] = offset;