1 instantiation of HlsColor
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
310
return new
HlsColor
(rgbColor.Alpha, hue, lightness, saturation);
5 references to HlsColor
PresentationFramework.Classic (5)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (5)
219
private static
HlsColor
RgbToHls(RgbColor rgbColor)
238
private static
HlsColor
RgbToHls(RgbColor rgbColor, out bool isHueDefined, out bool isSaturationDefined)
318
private static RgbColor HlsToRgb(
HlsColor
hlsColor)
393
HlsColor
hls = RgbToHls(new RgbColor(controlColor));
402
HlsColor
hls = RgbToHls(new RgbColor(controlColor));