![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_iop_lowpass_data_t:Data Fields | |
| dt_gaussian_order_t | order |
| float | radius |
| float | contrast |
| float | brightness |
| float | saturation |
| dt_iop_lowpass_algo_t | lowpass_algo |
| int | unbound |
| float | ctable [0x10000] |
| float | cunbounded_coeffs [3] |
| float | ltable [0x10000] |
| float | lunbounded_coeffs [3] |
| float dt_iop_lowpass_data_t::brightness |
Referenced by commit_params().
| float dt_iop_lowpass_data_t::contrast |
Referenced by commit_params().
| float dt_iop_lowpass_data_t::ctable[0x10000] |
Referenced by commit_params(), init_pipe(), and process().
| float dt_iop_lowpass_data_t::cunbounded_coeffs[3] |
Referenced by commit_params(), and process().
| dt_iop_lowpass_algo_t dt_iop_lowpass_data_t::lowpass_algo |
Referenced by commit_params(), process(), and tiling_callback().
| float dt_iop_lowpass_data_t::ltable[0x10000] |
Referenced by commit_params(), init_pipe(), and process().
| float dt_iop_lowpass_data_t::lunbounded_coeffs[3] |
Referenced by commit_params(), and process().
| dt_gaussian_order_t dt_iop_lowpass_data_t::order |
Referenced by commit_params(), and process().
| float dt_iop_lowpass_data_t::radius |
Referenced by commit_params(), process(), and tiling_callback().
| float dt_iop_lowpass_data_t::saturation |
Referenced by commit_params(), and process().
| int dt_iop_lowpass_data_t::unbound |
Referenced by commit_params(), and process().