Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_iop_retouch_params_t Struct Reference
+ Collaboration diagram for dt_iop_retouch_params_t:

Data Fields

dt_iop_retouch_form_data_t rt_forms [300]
 
dt_iop_retouch_algo_type_t algorithm
 
int num_scales
 
int curr_scale
 
int merge_from_scale
 
float preview_levels [3]
 
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 max_heal_iter
 

Detailed Description

Definition at line 127 of file retouch.c.

Field Documentation

◆ algorithm

dt_iop_retouch_algo_type_t dt_iop_retouch_params_t::algorithm

Definition at line 131 of file retouch.c.

◆ blur_radius

float dt_iop_retouch_params_t::blur_radius

Definition at line 140 of file retouch.c.

◆ blur_type

dt_iop_retouch_blur_types_t dt_iop_retouch_params_t::blur_type

Definition at line 139 of file retouch.c.

◆ curr_scale

int dt_iop_retouch_params_t::curr_scale

Definition at line 134 of file retouch.c.

◆ fill_brightness

float dt_iop_retouch_params_t::fill_brightness

Definition at line 144 of file retouch.c.

◆ fill_color

float dt_iop_retouch_params_t::fill_color[3]

Definition at line 143 of file retouch.c.

◆ fill_mode

dt_iop_retouch_fill_modes_t dt_iop_retouch_params_t::fill_mode

Definition at line 142 of file retouch.c.

◆ max_heal_iter

int dt_iop_retouch_params_t::max_heal_iter

Definition at line 145 of file retouch.c.

◆ merge_from_scale

int dt_iop_retouch_params_t::merge_from_scale

Definition at line 135 of file retouch.c.

◆ num_scales

int dt_iop_retouch_params_t::num_scales

Definition at line 133 of file retouch.c.

◆ preview_levels

float dt_iop_retouch_params_t::preview_levels[3]

Definition at line 137 of file retouch.c.

Referenced by init().

◆ rt_forms

dt_iop_retouch_form_data_t dt_iop_retouch_params_t::rt_forms[300]

Definition at line 129 of file retouch.c.


The documentation for this struct was generated from the following file: