#define SetGreen( rgb, g ) ( ((rgb)&0xFFFF00FF) | ( ((g)&0x0000FF)<<8 ) )
colordef.h
Sets the green channel of a color. Expects a value 0-255.
Macros