3 instantiations of RgbColor
PresentationFramework.Classic (3)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (3)
345
return new
RgbColor
(hlsColor.Alpha, red, green, blue);
388
HlsColor hls = RgbToHls(new
RgbColor
(controlColor));
397
HlsColor hls = RgbToHls(new
RgbColor
(controlColor));
3 references to RgbColor
PresentationFramework.Classic (3)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (3)
214
private static HlsColor RgbToHls(
RgbColor
rgbColor)
233
private static HlsColor RgbToHls(
RgbColor
rgbColor, out bool isHueDefined, out bool isSaturationDefined)
313
private static
RgbColor
HlsToRgb(HlsColor hlsColor)