![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_iop_basecurve_gui_data_t:Data Fields | |
| dt_draw_curve_t * | minmax_curve |
| int | minmax_curve_type |
| int | minmax_curve_nodes |
| GtkBox * | hbox |
| GtkDrawingArea * | area |
| GtkWidget * | fusion |
| GtkWidget * | exposure_step |
| GtkWidget * | exposure_bias |
| GtkWidget * | cmb_preserve_colors |
| double | mouse_x |
| double | mouse_y |
| int | selected |
| double | selected_offset |
| double | selected_y |
| double | selected_min |
| double | selected_max |
| float | draw_xs [256] |
| float | draw_ys [256] |
| float | draw_min_xs [256] |
| float | draw_min_ys [256] |
| float | draw_max_xs [256] |
| float | draw_max_ys [256] |
| float | loglogscale |
| GtkWidget * | logbase |
Definition at line 230 of file basecurve.c.
| GtkDrawingArea* dt_iop_basecurve_gui_data_t::area |
Definition at line 235 of file basecurve.c.
| GtkWidget* dt_iop_basecurve_gui_data_t::cmb_preserve_colors |
Definition at line 237 of file basecurve.c.
| float dt_iop_basecurve_gui_data_t::draw_max_xs[256] |
Definition at line 243 of file basecurve.c.
| float dt_iop_basecurve_gui_data_t::draw_max_ys[256] |
Definition at line 243 of file basecurve.c.
| float dt_iop_basecurve_gui_data_t::draw_min_xs[256] |
Definition at line 242 of file basecurve.c.
| float dt_iop_basecurve_gui_data_t::draw_min_ys[256] |
Definition at line 242 of file basecurve.c.
| float dt_iop_basecurve_gui_data_t::draw_xs[256] |
Definition at line 241 of file basecurve.c.
| float dt_iop_basecurve_gui_data_t::draw_ys[256] |
Definition at line 241 of file basecurve.c.
| GtkWidget * dt_iop_basecurve_gui_data_t::exposure_bias |
Definition at line 236 of file basecurve.c.
| GtkWidget * dt_iop_basecurve_gui_data_t::exposure_step |
Definition at line 236 of file basecurve.c.
| GtkWidget* dt_iop_basecurve_gui_data_t::fusion |
Definition at line 236 of file basecurve.c.
| GtkBox* dt_iop_basecurve_gui_data_t::hbox |
Definition at line 234 of file basecurve.c.
| GtkWidget* dt_iop_basecurve_gui_data_t::logbase |
Definition at line 245 of file basecurve.c.
| float dt_iop_basecurve_gui_data_t::loglogscale |
Definition at line 244 of file basecurve.c.
| dt_draw_curve_t* dt_iop_basecurve_gui_data_t::minmax_curve |
Definition at line 232 of file basecurve.c.
| int dt_iop_basecurve_gui_data_t::minmax_curve_nodes |
Definition at line 233 of file basecurve.c.
| int dt_iop_basecurve_gui_data_t::minmax_curve_type |
Definition at line 233 of file basecurve.c.
| double dt_iop_basecurve_gui_data_t::mouse_x |
Definition at line 238 of file basecurve.c.
| double dt_iop_basecurve_gui_data_t::mouse_y |
Definition at line 238 of file basecurve.c.
| int dt_iop_basecurve_gui_data_t::selected |
Definition at line 239 of file basecurve.c.
| double dt_iop_basecurve_gui_data_t::selected_max |
Definition at line 240 of file basecurve.c.
| double dt_iop_basecurve_gui_data_t::selected_min |
Definition at line 240 of file basecurve.c.
| double dt_iop_basecurve_gui_data_t::selected_offset |
Definition at line 240 of file basecurve.c.
| double dt_iop_basecurve_gui_data_t::selected_y |
Definition at line 240 of file basecurve.c.