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