Home
last modified time | relevance | path

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

/plan9-contrib/sys/include/
H A Ddraw.h14 typedef struct RGB RGB; typedef
218 struct RGB struct
220 ulong red;
221 ulong green;
222 ulong blue;
/plan9-contrib/sys/src/cmd/unix/drawterm/include/
H A Ddraw.h16 typedef struct RGB RGB; typedef
219 struct RGB struct
221 ulong red;
222 ulong green;
223 ulong blue;
/plan9-contrib/sys/include/ape/
H A Ddraw.h24 typedef struct RGB RGB; typedef
226 struct RGB struct
228 ulong red;
229 ulong green;
230 ulong blue;
/plan9-contrib/sys/src/cmd/gs/src/
H A Dgdevmgr.h82 #define RGB 3 macro
H A Dgdevmac.c487 mac_convert_hsv_rgb(colorHSV *inHSV, colorRGB *RGB) in mac_convert_hsv_rgb()
H A Dvdtrace.h93 # define RGB(r,g,b) ((unsigned long)(r) * 65536L + (unsigned long)(g) * 256L + (unsigned long)(b… macro