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