#define SetBlue( rgb, b ) ( ((rgb)&0xFFFFFF00) | ( ((b)&0x0000FF)<<0 ) )
colordef.h
Sets the blue channel of a color. Expects a value 0-255.
Macros