![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_iop_exposure_gui_data_t:Data Fields | |
| GtkWidget * | mode |
| GtkWidget * | black |
| GtkStack * | mode_stack |
| GtkWidget * | exposure |
| GtkWidget * | deflicker_percentile |
| GtkWidget * | deflicker_target_level |
| uint32_t * | deflicker_histogram |
| dt_dev_histogram_stats_t | deflicker_histogram_stats |
| GtkLabel * | deflicker_used_EC |
| GtkWidget * | compensate_exposure_bias |
| float | deflicker_computed_exposure |
| GtkWidget * | spot_mode |
| GtkWidget * | lightness_spot |
| GtkWidget * | origin_spot |
| GtkWidget * | target_spot |
| GtkWidget * | Lch_origin |
| dt_gui_collapsible_section_t | cs |
| dt_aligned_pixel_t | spot_RGB |
Definition at line 118 of file exposure.c.
| GtkWidget* dt_iop_exposure_gui_data_t::black |
Definition at line 121 of file exposure.c.
| GtkWidget* dt_iop_exposure_gui_data_t::compensate_exposure_bias |
Definition at line 129 of file exposure.c.
| dt_gui_collapsible_section_t dt_iop_exposure_gui_data_t::cs |
Definition at line 137 of file exposure.c.
| float dt_iop_exposure_gui_data_t::deflicker_computed_exposure |
Definition at line 130 of file exposure.c.
| uint32_t* dt_iop_exposure_gui_data_t::deflicker_histogram |
Definition at line 126 of file exposure.c.
| dt_dev_histogram_stats_t dt_iop_exposure_gui_data_t::deflicker_histogram_stats |
Definition at line 127 of file exposure.c.
| GtkWidget* dt_iop_exposure_gui_data_t::deflicker_percentile |
Definition at line 124 of file exposure.c.
| GtkWidget* dt_iop_exposure_gui_data_t::deflicker_target_level |
Definition at line 125 of file exposure.c.
| GtkLabel* dt_iop_exposure_gui_data_t::deflicker_used_EC |
Definition at line 128 of file exposure.c.
| GtkWidget* dt_iop_exposure_gui_data_t::exposure |
Definition at line 123 of file exposure.c.
| GtkWidget* dt_iop_exposure_gui_data_t::Lch_origin |
Definition at line 135 of file exposure.c.
| GtkWidget* dt_iop_exposure_gui_data_t::lightness_spot |
Definition at line 133 of file exposure.c.
| GtkWidget* dt_iop_exposure_gui_data_t::mode |
Definition at line 120 of file exposure.c.
| GtkStack* dt_iop_exposure_gui_data_t::mode_stack |
Definition at line 122 of file exposure.c.
| GtkWidget* dt_iop_exposure_gui_data_t::origin_spot |
Definition at line 134 of file exposure.c.
| GtkWidget* dt_iop_exposure_gui_data_t::spot_mode |
Definition at line 132 of file exposure.c.
| dt_aligned_pixel_t dt_iop_exposure_gui_data_t::spot_RGB |
Definition at line 139 of file exposure.c.
| GtkWidget * dt_iop_exposure_gui_data_t::target_spot |
Definition at line 134 of file exposure.c.