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