GetGValue        6782 src/image.c          *(pixel + 1) = GetGValue (color);
GetGValue        7072 src/pgtkterm.c       colors[i].green = GetGValue (pixel) * 257;
GetGValue         967 src/w32fns.c         pe.peGreen = GetGValue (color); \
GetGValue        1048 src/w32fns.c   	pow (GetGValue (*color) / 255.0, f->gamma) * 255.0 + 0.5,
GetGValue        1114 src/w32fns.c         color_def->green = GetGValue (w32_color_ref) * 256;
GetGValue        6314 src/w32fns.c   		   (GetGValue (foo.pixel) << 8) | GetGValue (foo.pixel),
GetGValue        1571 src/w32term.c                      min (0xff, factor * GetGValue (*color)),
GetGValue        1575 src/w32term.c    bright = (2 * GetRValue (*color) + 3 * GetGValue (*color)
GetGValue        1591 src/w32term.c                            max (0, min (0xff, min_delta - GetGValue (*color))),
GetGValue        1595 src/w32term.c                            max (0, min (0xff, min_delta + GetGValue (*color))),
GetGValue        1601 src/w32term.c                        max (0, min (0xff, delta + GetGValue (*color))),
GetGValue        1628 src/w32term.c        colors[i].green = GetGValue (pixel) * 257;