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)
95
return ColorFromHLS(_hue, zeroLum - (int)(zeroLum * percDarker),
_saturation
);
135
&&
_saturation
== other.
_saturation
144
public override int GetHashCode() => HashCode.Combine(_hue,
_saturation
, Luminosity);
175
return ColorFromHLS(_hue, zeroLum + (int)((oneLum - zeroLum) * percentLighter),
_saturation
);