![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_iop_highlights_params_t:Data Fields | |
| dt_iop_highlights_mode_t | mode |
| float | blendL |
| float | blendC |
| float | blendh |
| float | clip |
| float | noise_level |
| int | iterations |
| dt_atrous_wavelets_scales_t | scales |
| float | reconstructing |
| float | combine |
| int | debugmode |
| float | solid_color |
Definition at line 129 of file highlights.c.
| float dt_iop_highlights_params_t::blendC |
Definition at line 134 of file highlights.c.
| float dt_iop_highlights_params_t::blendh |
Definition at line 135 of file highlights.c.
| float dt_iop_highlights_params_t::blendL |
Definition at line 133 of file highlights.c.
| float dt_iop_highlights_params_t::clip |
Definition at line 137 of file highlights.c.
Referenced by legacy_params(), process(), and process_visualize().
| float dt_iop_highlights_params_t::combine |
Definition at line 143 of file highlights.c.
| int dt_iop_highlights_params_t::debugmode |
Definition at line 144 of file highlights.c.
| int dt_iop_highlights_params_t::iterations |
Definition at line 140 of file highlights.c.
Referenced by process_laplacian_bayer(), process_laplacian_bayer_cl(), process_laplacian_xtrans(), and process_laplacian_xtrans_cl().
| dt_iop_highlights_mode_t dt_iop_highlights_params_t::mode |
Definition at line 132 of file highlights.c.
Referenced by process().
| float dt_iop_highlights_params_t::noise_level |
Definition at line 139 of file highlights.c.
Referenced by legacy_params(), process_laplacian_bayer(), process_laplacian_bayer_cl(), process_laplacian_xtrans(), and process_laplacian_xtrans_cl().
| float dt_iop_highlights_params_t::reconstructing |
Definition at line 142 of file highlights.c.
| dt_atrous_wavelets_scales_t dt_iop_highlights_params_t::scales |
Definition at line 141 of file highlights.c.
Referenced by process_laplacian_bayer(), process_laplacian_bayer_cl(), process_laplacian_xtrans(), and process_laplacian_xtrans_cl().
| float dt_iop_highlights_params_t::solid_color |
Definition at line 146 of file highlights.c.
Referenced by legacy_params(), process_laplacian_bayer(), process_laplacian_bayer_cl(), process_laplacian_xtrans(), and process_laplacian_xtrans_cl().