GetRValue        6783 src/image.c          *(pixel + 2) = GetRValue (color);
GetRValue        7071 src/pgtkterm.c       colors[i].red = GetRValue (pixel) * 257;
GetRValue         966 src/w32fns.c         pe.peRed = GetRValue (color); \
GetRValue        1047 src/w32fns.c   	pow (GetRValue (*color) / 255.0, f->gamma) * 255.0 + 0.5,
GetRValue        1113 src/w32fns.c         color_def->red = GetRValue (w32_color_ref) * 256;
GetRValue        6313 src/w32fns.c       return list3i ((GetRValue (foo.pixel) << 8) | GetRValue (foo.pixel),
GetRValue        1570 src/w32term.c    new = PALETTERGB (min (0xff, factor * GetRValue (*color)),
GetRValue        1575 src/w32term.c    bright = (2 * GetRValue (*color) + 3 * GetGValue (*color)
GetRValue        1590 src/w32term.c          new = PALETTERGB (max (0, min (0xff, min_delta - GetRValue (*color))),
GetRValue        1594 src/w32term.c          new = PALETTERGB (max (0, min (0xff, min_delta + GetRValue (*color))),
GetRValue        1600 src/w32term.c      new = PALETTERGB (max (0, min (0xff, delta + GetRValue (*color))),
GetRValue        1627 src/w32term.c        colors[i].red = GetRValue (pixel) * 257;