1 write to _count
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
3940_count++;
12 references to _count
ReachFramework (12)
AlphaFlattener\BrushProxy.cs (12)
3751if (_count >= 2) 3760AddStop(1, InterpolateColor(1, _offset[_count - 2], _color[_count - 2], _offset[_count - 1], _color[_count - 1])); 3780return _color[_count - 1].ToColor(_ciMode); 3785if (_count == 0) 3791else if (_count == 1) 3842for (int c = 0; c < _count - 1; c ++) 3884for (int i = 1; i < _count; i++) 3912for (int k = 0; k < _count - 1; k++) 3922int j = _count - 1;