![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
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 |
Definition at line 119 of file channelmixer.c.
| _channelmixer_algorithm_t dt_iop_channelmixer_params_t::algorithm_version |
algorithm version
Definition at line 128 of file channelmixer.c.
Referenced by init(), and legacy_params().
| float dt_iop_channelmixer_params_t::blue[CHANNEL_SIZE] |
amount of blue to mix value
Definition at line 126 of file channelmixer.c.
| float dt_iop_channelmixer_params_t::green[CHANNEL_SIZE] |
amount of green to mix value
Definition at line 124 of file channelmixer.c.
| float dt_iop_channelmixer_params_t::red[CHANNEL_SIZE] |
amount of red to mix value
Definition at line 122 of file channelmixer.c.