1 write to Saturation
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
204
this.
Saturation
= saturation;
6 references to Saturation
PresentationFramework.Classic (6)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (6)
316
Debug.Assert(hlsColor.
Saturation
>= 0 && hlsColor.
Saturation
<= 1, "Saturation must be between 0 and 1.");
320
if ((float)hlsColor.
Saturation
== 0.0)
331
m2 = hlsColor.Lightness * (1 + hlsColor.
Saturation
);
333
m2 = hlsColor.Lightness + hlsColor.
Saturation
- hlsColor.Lightness * hlsColor.
Saturation
;