![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <common.h>
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 349 of file src/iop/highlights/common.h.
| float dt_iop_highlights_params_t::blendC |
Definition at line 354 of file src/iop/highlights/common.h.
| float dt_iop_highlights_params_t::blendh |
Definition at line 355 of file src/iop/highlights/common.h.
| float dt_iop_highlights_params_t::blendL |
Definition at line 353 of file src/iop/highlights/common.h.
| float dt_iop_highlights_params_t::clip |
Definition at line 357 of file src/iop/highlights/common.h.
Referenced by legacy_params(), process(), and process_visualize().
| float dt_iop_highlights_params_t::combine |
Definition at line 363 of file src/iop/highlights/common.h.
| int dt_iop_highlights_params_t::debugmode |
Definition at line 364 of file src/iop/highlights/common.h.
| int dt_iop_highlights_params_t::iterations |
Definition at line 360 of file src/iop/highlights/common.h.
Referenced by _harmonic_reconstruct_cl(), _harmonic_reconstruct_host(), process_harmonic_bayer(), process_harmonic_xtrans(), 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 352 of file src/iop/highlights/common.h.
Referenced by process().
| float dt_iop_highlights_params_t::noise_level |
Definition at line 359 of file src/iop/highlights/common.h.
Referenced by _harmonic_reconstruct_cl(), _harmonic_reconstruct_host(), legacy_params(), process_harmonic_bayer(), process_harmonic_xtrans(), 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 362 of file src/iop/highlights/common.h.
| dt_atrous_wavelets_scales_t dt_iop_highlights_params_t::scales |
Definition at line 361 of file src/iop/highlights/common.h.
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 366 of file src/iop/highlights/common.h.
Referenced by _harmonic_reconstruct_cl(), _harmonic_reconstruct_host(), legacy_params(), process_harmonic_bayer(), process_harmonic_xtrans(), process_laplacian_bayer(), process_laplacian_bayer_cl(), process_laplacian_xtrans(), and process_laplacian_xtrans_cl().