2 references to RgbColor
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (2)
182
:
this
(color.A, color.R / 255.0f, color.G / 255.0f, color.B / 255.0f)
345
return new
RgbColor
(hlsColor.Alpha, red, green, blue);