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