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