FFmpeg  4.3
Data Fields
ColorBalanceContext Struct Reference

Data Fields

const AVClassclass
 
Range cyan_red
 
Range magenta_green
 
Range yellow_blue
 
int preserve_lightness
 
uint8_t rgba_map [4]
 
int depth
 
int max
 
int step
 
int(* color_balance )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)
 

Detailed Description

Definition at line 44 of file vf_colorbalance.c.

Field Documentation

◆ class

const AVClass* ColorBalanceContext::class

Definition at line 45 of file vf_colorbalance.c.

◆ cyan_red

Range ColorBalanceContext::cyan_red

◆ magenta_green

Range ColorBalanceContext::magenta_green

◆ yellow_blue

Range ColorBalanceContext::yellow_blue

◆ preserve_lightness

int ColorBalanceContext::preserve_lightness

◆ rgba_map

uint8_t ColorBalanceContext::rgba_map[4]

Definition at line 51 of file vf_colorbalance.c.

Referenced by color_balance16(), color_balance8(), and config_output().

◆ depth

int ColorBalanceContext::depth

Definition at line 52 of file vf_colorbalance.c.

Referenced by color_balance16(), color_balance16_p(), and config_output().

◆ max

int ColorBalanceContext::max

◆ step

int ColorBalanceContext::step

Definition at line 54 of file vf_colorbalance.c.

Referenced by color_balance16(), color_balance8(), and config_output().

◆ color_balance

int(* ColorBalanceContext::color_balance) (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)

Definition at line 56 of file vf_colorbalance.c.

Referenced by config_output(), and filter_frame().


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