Searched defs:RGB (Results 1 – 3 of 3) sorted by relevance
37 #define RGB(r, g, b) PgRGB(r, g, b) macro
2245 # define RGB(r, g, b) ((r<<16) | (g<<8) | (b)) macro
553 #define RGB(r, g, b) ((char_u)(r) << 16 | (char_u)(g) << 8 | (char_u)(b) << 0) macro