FFmpeg  4.0
Data Fields
FFDrawColor Struct Reference

#include <libavfilter/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 61 of file drawutils.h.

Field Documentation

◆ rgba

uint8_t FFDrawColor::rgba[4]

◆ u32

uint32_t FFDrawColor::u32[4]

Definition at line 64 of file drawutils.h.

◆ u16

uint16_t FFDrawColor::u16[8]

◆ u8

uint8_t FFDrawColor::u8[16]

◆ comp

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

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