1 instantiation of HlsColor
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
305return new HlsColor(rgbColor.Alpha, hue, lightness, saturation);
5 references to HlsColor
PresentationFramework.Classic (5)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (5)
214private static HlsColor RgbToHls(RgbColor rgbColor) 233private static HlsColor RgbToHls(RgbColor rgbColor, out bool isHueDefined, out bool isSaturationDefined) 313private static RgbColor HlsToRgb(HlsColor hlsColor) 388HlsColor hls = RgbToHls(new RgbColor(controlColor)); 397HlsColor hls = RgbToHls(new RgbColor(controlColor));