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