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