Searched defs:RGB (Results 1 – 6 of 6) sorted by relevance
14 typedef struct RGB RGB; typedef218 struct RGB struct220 ulong red;221 ulong green;222 ulong blue;
16 typedef struct RGB RGB; typedef219 struct RGB struct221 ulong red;222 ulong green;223 ulong blue;
24 typedef struct RGB RGB; typedef226 struct RGB struct228 ulong red;229 ulong green;230 ulong blue;
82 #define RGB 3 macro
487 mac_convert_hsv_rgb(colorHSV *inHSV, colorRGB *RGB) in mac_convert_hsv_rgb()
93 # define RGB(r,g,b) ((unsigned long)(r) * 65536L + (unsigned long)(g) * 256L + (unsigned long)(b… macro