MAKE_COLOR_ENTRY
#define MAKE_COLOR_ENTRY(r,g,b) \
#define MAKE_COLOR_ENTRY(r,g,b) (((r & 0xff)<<16)|((g & 0xff)<<8)|(b & 0xff))