![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <channelmixerrgb_shared.h>
Collaboration diagram for dt_iop_channelmixer_shared_simple_params_t:Data Fields | |
| float | theta |
| float | psi |
| float | stretch_1 |
| float | stretch_2 |
| float | coupling_amount |
| float | coupling_hue |
Definition at line 33 of file channelmixerrgb_shared.h.
| float dt_iop_channelmixer_shared_simple_params_t::coupling_amount |
Definition at line 39 of file channelmixerrgb_shared.h.
Referenced by dt_iop_channelmixer_shared_paint_simple_sliders(), dt_iop_channelmixer_shared_simple_from_matrix(), dt_iop_channelmixer_shared_simple_from_sliders(), dt_iop_channelmixer_shared_simple_to_matrix(), and dt_iop_channelmixer_shared_simple_to_sliders().
| float dt_iop_channelmixer_shared_simple_params_t::coupling_hue |
Definition at line 40 of file channelmixerrgb_shared.h.
Referenced by dt_iop_channelmixer_shared_paint_simple_sliders(), dt_iop_channelmixer_shared_simple_from_matrix(), dt_iop_channelmixer_shared_simple_from_sliders(), dt_iop_channelmixer_shared_simple_to_matrix(), and dt_iop_channelmixer_shared_simple_to_sliders().
| float dt_iop_channelmixer_shared_simple_params_t::psi |
Definition at line 36 of file channelmixerrgb_shared.h.
Referenced by dt_iop_channelmixer_shared_paint_simple_sliders(), dt_iop_channelmixer_shared_simple_from_matrix(), dt_iop_channelmixer_shared_simple_from_sliders(), dt_iop_channelmixer_shared_simple_to_matrix(), and dt_iop_channelmixer_shared_simple_to_sliders().
| float dt_iop_channelmixer_shared_simple_params_t::stretch_1 |
Definition at line 37 of file channelmixerrgb_shared.h.
Referenced by dt_iop_channelmixer_shared_paint_simple_sliders(), dt_iop_channelmixer_shared_simple_from_matrix(), dt_iop_channelmixer_shared_simple_from_sliders(), dt_iop_channelmixer_shared_simple_to_matrix(), and dt_iop_channelmixer_shared_simple_to_sliders().
| float dt_iop_channelmixer_shared_simple_params_t::stretch_2 |
Definition at line 38 of file channelmixerrgb_shared.h.
Referenced by dt_iop_channelmixer_shared_paint_simple_sliders(), dt_iop_channelmixer_shared_simple_from_matrix(), dt_iop_channelmixer_shared_simple_from_sliders(), dt_iop_channelmixer_shared_simple_to_matrix(), and dt_iop_channelmixer_shared_simple_to_sliders().
| float dt_iop_channelmixer_shared_simple_params_t::theta |
Definition at line 35 of file channelmixerrgb_shared.h.
Referenced by dt_iop_channelmixer_shared_paint_simple_sliders(), dt_iop_channelmixer_shared_simple_from_matrix(), dt_iop_channelmixer_shared_simple_from_sliders(), dt_iop_channelmixer_shared_simple_to_matrix(), and dt_iop_channelmixer_shared_simple_to_sliders().