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