1 write to _count
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
3937_count++;
12 references to _count
ReachFramework (12)
AlphaFlattener\BrushProxy.cs (12)
3748if (_count >= 2) 3757AddStop(1, InterpolateColor(1, _offset[_count - 2], _color[_count - 2], _offset[_count - 1], _color[_count - 1])); 3777return _color[_count - 1].ToColor(_ciMode); 3782if (_count == 0) 3788else if (_count == 1) 3839for (int c = 0; c < _count - 1; c ++) 3881for (int i = 1; i < _count; i++) 3909for (int k = 0; k < _count - 1; k++) 3919int j = _count - 1;