3 instantiations of RgbColor
PresentationFramework.Classic (3)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (3)
350return new RgbColor(hlsColor.Alpha, red, green, blue); 393HlsColor hls = RgbToHls(new RgbColor(controlColor)); 402HlsColor hls = RgbToHls(new RgbColor(controlColor));
3 references to RgbColor
PresentationFramework.Classic (3)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (3)
219private static HlsColor RgbToHls(RgbColor rgbColor) 238private static HlsColor RgbToHls(RgbColor rgbColor, out bool isHueDefined, out bool isSaturationDefined) 318private static RgbColor HlsToRgb(HlsColor hlsColor)