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