![]() |
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 512 of file src/iop/highlights/common.h.
| float dt_iop_highlights_params_t::blendC |
Definition at line 517 of file src/iop/highlights/common.h.
| float dt_iop_highlights_params_t::blendh |
Definition at line 518 of file src/iop/highlights/common.h.
| float dt_iop_highlights_params_t::blendL |
Definition at line 516 of file src/iop/highlights/common.h.
| float dt_iop_highlights_params_t::clip |
Definition at line 520 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 526 of file src/iop/highlights/common.h.
| int dt_iop_highlights_params_t::debugmode |
Definition at line 527 of file src/iop/highlights/common.h.
| int dt_iop_highlights_params_t::iterations |
Definition at line 523 of file src/iop/highlights/common.h.
Referenced by _harmonic_reconstruct_cl(), _harmonic_reconstruct_host(), process_harmonic(), process_laplacian(), process_laplacian_bayer_cl(), process_laplacian_passthrough_cl(), and process_laplacian_xtrans_cl().
| dt_iop_highlights_mode_t dt_iop_highlights_params_t::mode |
Definition at line 515 of file src/iop/highlights/common.h.
Referenced by process().
| float dt_iop_highlights_params_t::noise_level |
Definition at line 522 of file src/iop/highlights/common.h.
Referenced by _harmonic_reconstruct_cl(), _harmonic_reconstruct_host(), legacy_params(), process_harmonic(), process_laplacian(), process_laplacian_bayer_cl(), process_laplacian_passthrough_cl(), and process_laplacian_xtrans_cl().
| float dt_iop_highlights_params_t::reconstructing |
Definition at line 525 of file src/iop/highlights/common.h.
| dt_atrous_wavelets_scales_t dt_iop_highlights_params_t::scales |
Definition at line 524 of file src/iop/highlights/common.h.
Referenced by process_laplacian(), process_laplacian_bayer_cl(), process_laplacian_passthrough_cl(), and process_laplacian_xtrans_cl().
| float dt_iop_highlights_params_t::solid_color |
Definition at line 529 of file src/iop/highlights/common.h.
Referenced by _harmonic_reconstruct_cl(), _harmonic_reconstruct_host(), legacy_params(), process_harmonic(), process_laplacian(), process_laplacian_bayer_cl(), process_laplacian_passthrough_cl(), and process_laplacian_xtrans_cl().