Searched defs:PAL_FROM_RGB (Results 1 – 3 of 3) sorted by relevance
69 #define PAL_FROM_RGB(ui32RGBColor) (((ui32RGBColor & 0xF0) >> 4) | \ macro
68 #define PAL_FROM_RGB(ui32RGBColor) (((ui32RGBColor & 0xF0) >> 4) | \ macro
Completed in 10 milliseconds