Searched defs:RGB_R (Results 1 – 3 of 3) sorted by relevance
149 #define RGB_R(c) (((c) & 0xff0000) >> 16) macro
146 #define RGB_R(c) (((c) & 0xff0000) >> 16) macro
148 #define RGB_R(c) (((c) & 0xff0000) >> 16) macro