FFmpeg
Data Fields
FFDrawColor Struct Reference

#include <drawutils.h>

Data Fields

uint8_t rgba [4]
 
union {
   uint32_t   u32 [4]
 
   uint16_t   u16 [8]
 
   uint8_t   u8 [16]
 
comp [MAX_PLANES]
 

Detailed Description

Definition at line 50 of file drawutils.h.

Field Documentation

◆ rgba

uint8_t FFDrawColor::rgba[4]

Definition at line 51 of file drawutils.h.

Referenced by reverse_color16(), and reverse_color8().

◆ u32

uint32_t FFDrawColor::u32[4]

Definition at line 53 of file drawutils.h.

◆ u16

uint16_t FFDrawColor::u16[8]

Definition at line 54 of file drawutils.h.

Referenced by ff_fill_rectangle(), and reverse_color16().

◆ u8

uint8_t FFDrawColor::u8[16]

Definition at line 55 of file drawutils.h.

Referenced by config_out_props(), ff_fill_rectangle(), and reverse_color8().

◆ comp

union { ... } FFDrawColor::comp[MAX_PLANES]

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