2 writes to _saturation
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.HLSColor.cs (2)
48_saturation = 0; 54_saturation = Luminosity <= (HLSMax / 2)
5 references to _saturation
System.Windows.Forms (5)
System\Windows\Forms\Rendering\ControlPaint.HLSColor.cs (5)
95return ColorFromHLS(_hue, zeroLum - (int)(zeroLum * percDarker), _saturation); 135&& _saturation == other._saturation 144public override int GetHashCode() => HashCode.Combine(_hue, _saturation, Luminosity); 175return ColorFromHLS(_hue, zeroLum + (int)((oneLum - zeroLum) * percentLighter), _saturation);