Libav
|
Data Fields | |
const char * | name |
a string representing the name of the color More... | |
uint8_t | rgb_color [3] |
RGB values for the color. More... | |
Definition at line 150 of file parseutils.c.
const char* ColorEntry::name |
a string representing the name of the color
Definition at line 151 of file parseutils.c.
uint8_t ColorEntry::rgb_color[3] |
RGB values for the color.
Definition at line 152 of file parseutils.c.
Referenced by av_parse_color().