![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_iop_colorbalance_gui_data_t:Data Fields | |
| GtkWidget * | master_box |
| GtkWidget * | main_label |
| GtkWidget * | main_box |
| GtkWidget * | blocks [3] |
| GtkWidget * | optimizer_box |
| GtkWidget * | mode |
| GtkWidget * | controls |
| GtkWidget * | hue_lift |
| GtkWidget * | hue_gamma |
| GtkWidget * | hue_gain |
| GtkWidget * | sat_lift |
| GtkWidget * | sat_gamma |
| GtkWidget * | sat_gain |
| GtkWidget * | lift_r |
| GtkWidget * | lift_g |
| GtkWidget * | lift_b |
| GtkWidget * | lift_factor |
| GtkWidget * | gamma_r |
| GtkWidget * | gamma_g |
| GtkWidget * | gamma_b |
| GtkWidget * | gamma_factor |
| GtkWidget * | gain_r |
| GtkWidget * | gain_g |
| GtkWidget * | gain_b |
| GtkWidget * | gain_factor |
| GtkWidget * | saturation |
| GtkWidget * | contrast |
| GtkWidget * | grey |
| GtkWidget * | saturation_out |
| GtkWidget * | auto_luma |
| GtkWidget * | auto_color |
| float | color_patches_lift [3] |
| float | color_patches_gamma [3] |
| float | color_patches_gain [3] |
| _colorbalance_patch_t | color_patches_flags [LEVELS] |
| float | luma_patches [LEVELS] |
| _colorbalance_patch_t | luma_patches_flags [LEVELS] |
Definition at line 136 of file colorbalance.c.
| GtkWidget* dt_iop_colorbalance_gui_data_t::auto_color |
Definition at line 152 of file colorbalance.c.
| GtkWidget* dt_iop_colorbalance_gui_data_t::auto_luma |
Definition at line 151 of file colorbalance.c.
| GtkWidget* dt_iop_colorbalance_gui_data_t::blocks[3] |
Definition at line 141 of file colorbalance.c.
| _colorbalance_patch_t dt_iop_colorbalance_gui_data_t::color_patches_flags[LEVELS] |
Definition at line 156 of file colorbalance.c.
| float dt_iop_colorbalance_gui_data_t::color_patches_gain[3] |
Definition at line 155 of file colorbalance.c.
| float dt_iop_colorbalance_gui_data_t::color_patches_gamma[3] |
Definition at line 154 of file colorbalance.c.
| float dt_iop_colorbalance_gui_data_t::color_patches_lift[3] |
Definition at line 153 of file colorbalance.c.
| GtkWidget * dt_iop_colorbalance_gui_data_t::contrast |
Definition at line 150 of file colorbalance.c.
| GtkWidget* dt_iop_colorbalance_gui_data_t::controls |
Definition at line 144 of file colorbalance.c.
| GtkWidget * dt_iop_colorbalance_gui_data_t::gain_b |
Definition at line 149 of file colorbalance.c.
| GtkWidget * dt_iop_colorbalance_gui_data_t::gain_factor |
Definition at line 149 of file colorbalance.c.
| GtkWidget * dt_iop_colorbalance_gui_data_t::gain_g |
Definition at line 149 of file colorbalance.c.
| GtkWidget* dt_iop_colorbalance_gui_data_t::gain_r |
Definition at line 149 of file colorbalance.c.
| GtkWidget * dt_iop_colorbalance_gui_data_t::gamma_b |
Definition at line 148 of file colorbalance.c.
| GtkWidget * dt_iop_colorbalance_gui_data_t::gamma_factor |
Definition at line 148 of file colorbalance.c.
| GtkWidget * dt_iop_colorbalance_gui_data_t::gamma_g |
Definition at line 148 of file colorbalance.c.
| GtkWidget* dt_iop_colorbalance_gui_data_t::gamma_r |
Definition at line 148 of file colorbalance.c.
| GtkWidget * dt_iop_colorbalance_gui_data_t::grey |
Definition at line 150 of file colorbalance.c.
| GtkWidget * dt_iop_colorbalance_gui_data_t::hue_gain |
Definition at line 145 of file colorbalance.c.
| GtkWidget * dt_iop_colorbalance_gui_data_t::hue_gamma |
Definition at line 145 of file colorbalance.c.
| GtkWidget* dt_iop_colorbalance_gui_data_t::hue_lift |
Definition at line 145 of file colorbalance.c.
| GtkWidget * dt_iop_colorbalance_gui_data_t::lift_b |
Definition at line 147 of file colorbalance.c.
| GtkWidget * dt_iop_colorbalance_gui_data_t::lift_factor |
Definition at line 147 of file colorbalance.c.
| GtkWidget * dt_iop_colorbalance_gui_data_t::lift_g |
Definition at line 147 of file colorbalance.c.
| GtkWidget* dt_iop_colorbalance_gui_data_t::lift_r |
Definition at line 147 of file colorbalance.c.
| float dt_iop_colorbalance_gui_data_t::luma_patches[LEVELS] |
Definition at line 157 of file colorbalance.c.
| _colorbalance_patch_t dt_iop_colorbalance_gui_data_t::luma_patches_flags[LEVELS] |
Definition at line 158 of file colorbalance.c.
| GtkWidget* dt_iop_colorbalance_gui_data_t::main_box |
Definition at line 140 of file colorbalance.c.
| GtkWidget* dt_iop_colorbalance_gui_data_t::main_label |
Definition at line 139 of file colorbalance.c.
| GtkWidget* dt_iop_colorbalance_gui_data_t::master_box |
Definition at line 138 of file colorbalance.c.
| GtkWidget* dt_iop_colorbalance_gui_data_t::mode |
Definition at line 143 of file colorbalance.c.
| GtkWidget* dt_iop_colorbalance_gui_data_t::optimizer_box |
Definition at line 142 of file colorbalance.c.
| GtkWidget * dt_iop_colorbalance_gui_data_t::sat_gain |
Definition at line 146 of file colorbalance.c.
| GtkWidget * dt_iop_colorbalance_gui_data_t::sat_gamma |
Definition at line 146 of file colorbalance.c.
| GtkWidget* dt_iop_colorbalance_gui_data_t::sat_lift |
Definition at line 146 of file colorbalance.c.
| GtkWidget* dt_iop_colorbalance_gui_data_t::saturation |
Definition at line 150 of file colorbalance.c.
| GtkWidget * dt_iop_colorbalance_gui_data_t::saturation_out |
Definition at line 150 of file colorbalance.c.