1 write to _count
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
3933_count++;
12 references to _count
ReachFramework (12)
AlphaFlattener\BrushProxy.cs (12)
3744if (_count >= 2) 3753AddStop(1, InterpolateColor(1, _offset[_count - 2], _color[_count - 2], _offset[_count - 1], _color[_count - 1])); 3773return _color[_count - 1].ToColor(_ciMode); 3778if (_count == 0) 3784else if (_count == 1) 3835for (int c = 0; c < _count - 1; c ++) 3877for (int i = 1; i < _count; i++) 3905for (int k = 0; k < _count - 1; k++) 3915int j = _count - 1;