| FFmpeg
    | 
FFDrawColor Struct Reference
  #include <drawutils.h>
| Data Fields | |
| uint8_t | rgba [4] | 
| union { | |
| uint32_t u32 | |
| uint16_t u16 | |
| uint8_t u8 [4] | |
| } | comp [MAX_PLANES] | 
Detailed Description
Definition at line 60 of file drawutils.h.
Field Documentation
| union { ... } FFDrawColor::comp[MAX_PLANES] | 
Referenced by ff_blend_mask(), ff_blend_rectangle(), ff_draw_color(), and ff_fill_rectangle().
| uint8_t FFDrawColor::rgba[4] | 
Definition at line 61 of file drawutils.h.
Referenced by config_input(), draw_text(), ff_blend_mask(), ff_blend_rectangle(), ff_draw_color(), and init().
| uint16_t FFDrawColor::u16 | 
Definition at line 64 of file drawutils.h.
| uint32_t FFDrawColor::u32 | 
Definition at line 63 of file drawutils.h.
| uint8_t FFDrawColor::u8[4] | 
Definition at line 65 of file drawutils.h.
Referenced by ff_blend_mask(), ff_blend_rectangle(), ff_draw_color(), and ff_fill_rectangle().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11