FFmpeg
Data Fields
ColorEntry Struct Reference

Data Fields

const char * name
 a string representing the name of the color More...
 
uint32_t rgb_color
 RGB values for the color. More...
 
uint8_t rgb_color [3]
 RGB values for the color. More...
 

Detailed Description

Definition at line 40 of file xpmdec.c.

Field Documentation

◆ name

const char * ColorEntry::name

a string representing the name of the color

Definition at line 41 of file xpmdec.c.

◆ rgb_color [1/2]

uint32_t ColorEntry::rgb_color

RGB values for the color.

Definition at line 42 of file xpmdec.c.

Referenced by av_parse_color(), and color_string_to_rgba().

◆ rgb_color [2/2]

uint8_t ColorEntry::rgb_color[3]

RGB values for the color.

Definition at line 201 of file parseutils.c.


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