1 write to Alpha
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
180
this.
Alpha
= alpha;
2 references to Alpha
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (2)
193
get { return Color.FromArgb(this.
Alpha
, (byte)(this.Red * 255), (byte)(this.Green * 255), (byte)(this.Blue * 255)); }
310
return new HlsColor(rgbColor.
Alpha
, hue, lightness, saturation);