#define GreenVal(color) (((color) >> 8) & 0xFF)
colordef.h
Get the green value of a color. This is a 0-255 unsigned byte.
Macros