FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ColorEntry Struct Reference

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...
 

Detailed Description

Definition at line 189 of file parseutils.c.

Field Documentation

const char* ColorEntry::name

a string representing the name of the color

Definition at line 190 of file parseutils.c.

Referenced by av_get_known_color_name().

uint8_t ColorEntry::rgb_color[3]

RGB values for the color.

Definition at line 191 of file parseutils.c.

Referenced by av_get_known_color_name(), and av_parse_color().


The documentation for this struct was generated from the following file: