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