![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_iop_retouch_form_data_t:Data Fields | |
| int | formid |
| int | scale |
| dt_iop_retouch_algo_type_t | algorithm |
| dt_iop_retouch_blur_types_t | blur_type |
| float | blur_radius |
| dt_iop_retouch_fill_modes_t | fill_mode |
| float | fill_color [3] |
| float | fill_brightness |
| int | distort_mode |
| dt_iop_retouch_algo_type_t dt_iop_retouch_form_data_t::algorithm |
Definition at line 105 of file retouch.c.
Referenced by rt_load_shape_algo_in_gui(), and rt_resynch_params().
| float dt_iop_retouch_form_data_t::blur_radius |
Definition at line 108 of file retouch.c.
Referenced by rt_load_shape_algo_in_gui(), and rt_resynch_params().
| dt_iop_retouch_blur_types_t dt_iop_retouch_form_data_t::blur_type |
Definition at line 107 of file retouch.c.
Referenced by rt_load_shape_algo_in_gui(), and rt_resynch_params().
| int dt_iop_retouch_form_data_t::distort_mode |
Definition at line 113 of file retouch.c.
Referenced by rt_resynch_params().
| float dt_iop_retouch_form_data_t::fill_brightness |
Definition at line 112 of file retouch.c.
Referenced by rt_load_shape_algo_in_gui(), and rt_resynch_params().
| float dt_iop_retouch_form_data_t::fill_color[3] |
Definition at line 111 of file retouch.c.
Referenced by rt_load_shape_algo_in_gui(), and rt_resynch_params().
| dt_iop_retouch_fill_modes_t dt_iop_retouch_form_data_t::fill_mode |
Definition at line 110 of file retouch.c.
Referenced by rt_load_shape_algo_in_gui(), and rt_resynch_params().
| int dt_iop_retouch_form_data_t::formid |
Definition at line 103 of file retouch.c.
Referenced by rt_load_shape_algo_in_gui(), and rt_resynch_params().
| int dt_iop_retouch_form_data_t::scale |
Definition at line 104 of file retouch.c.
Referenced by rt_resynch_params().