Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_iop_channelmixer_params_t Struct Reference
+ Collaboration diagram for dt_iop_channelmixer_params_t:

Data Fields

float red [CHANNEL_SIZE]
 
float green [CHANNEL_SIZE]
 
float blue [CHANNEL_SIZE]
 
_channelmixer_algorithm_t algorithm_version
 

Field Documentation

◆ algorithm_version

_channelmixer_algorithm_t dt_iop_channelmixer_params_t::algorithm_version

algorithm version

Referenced by init(), and legacy_params().

◆ blue

float dt_iop_channelmixer_params_t::blue[CHANNEL_SIZE]

amount of blue to mix value

Referenced by init().

◆ green

float dt_iop_channelmixer_params_t::green[CHANNEL_SIZE]

amount of green to mix value

Referenced by init().

◆ red

float dt_iop_channelmixer_params_t::red[CHANNEL_SIZE]

amount of red to mix value

Referenced by init().


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