1 write to A
PresentationCore (1)
System\Windows\Media\Imaging\BitmapPalette.cs (1)
295paletteColorArray[i].A = color.A;
1 reference to A
PresentationCore (1)
System\Windows\Media\Imaging\BitmapPalette.cs (1)
346colors.Add(Color.FromArgb(c.A, c.R, c.G, c.B));