Home
last modified time | relevance | path

Searched defs:RGB (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_photon.c37 #define RGB(r, g, b) PgRGB(r, g, b) macro
H A Dhighlight.c2245 # define RGB(r, g, b) ((r<<16) | (g<<8) | (b)) macro
H A Dgui_haiku.cc553 #define RGB(r, g, b) ((char_u)(r) << 16 | (char_u)(g) << 8 | (char_u)(b) << 0) macro