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