#define BlueVal(color) (((color)) & 0xFF)
colordef.h
Get the blue value of a color. This is a 0-255 unsigned byte.
Macros