Searched defs:rgb_color (Results 1 – 4 of 4) sorted by relevance
88 struct rgb_color { struct89 uint8_t red;90 uint8_t green;91 uint8_t blue;
196 static struct rgb_color { struct217 static int num_rgb = sizeof(rgb) / sizeof(struct rgb_color); argument
221 static struct rgb_color { struct243 static int num_rgb = sizeof(rgb) / sizeof(struct rgb_color); argument
225 uint32_t rgb_color; member