![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_iop_levels_data_t:Data Fields | |
| dt_iop_levels_mode_t | mode |
| float | percentiles [3] |
| float | levels [3] |
| float | in_inv_gamma |
| float | lut [0x10000] |
| float dt_iop_levels_data_t::in_inv_gamma |
Referenced by compute_lut(), and process().
| float dt_iop_levels_data_t::levels[3] |
Referenced by commit_params(), commit_params_late(), compute_lut(), dt_iop_levels_compute_levels_automatic(), and process().
| float dt_iop_levels_data_t::lut[0x10000] |
Referenced by compute_lut(), and process().
| dt_iop_levels_mode_t dt_iop_levels_data_t::mode |
Referenced by commit_params(), commit_params_late(), and process().
| float dt_iop_levels_data_t::percentiles[3] |
Referenced by commit_params(), and dt_iop_levels_compute_levels_automatic().