1 write to _count
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
3938_count++;
12 references to _count
ReachFramework (12)
AlphaFlattener\BrushProxy.cs (12)
3749if (_count >= 2) 3758AddStop(1, InterpolateColor(1, _offset[_count - 2], _color[_count - 2], _offset[_count - 1], _color[_count - 1])); 3778return _color[_count - 1].ToColor(_ciMode); 3783if (_count == 0) 3789else if (_count == 1) 3840for (int c = 0; c < _count - 1; c ++) 3882for (int i = 1; i < _count; i++) 3910for (int k = 0; k < _count - 1; k++) 3920int j = _count - 1;