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