![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_iop_lensfun_params_t:Data Fields | |
| int | modify_flags |
| int | inverse |
| float | scale |
| float | crop |
| float | focal |
| float | aperture |
| float | distance |
| dt_lens_type_t | target_geom |
| char | camera [128] |
| char | lens [128] |
| gboolean | tca_override |
| float | tca_r |
| float | tca_b |
| int | modified |
| int dt_iop_lensfun_params_t::modified |
Whether this edit's correction is described by ITS OWN parameters (1) or deferred to whatever reload_defaults() computes at render time (0).
Defaults to 1, and the 0 case is legacy only. See _lens_effective_params().
| dt_lens_type_t dt_iop_lensfun_params_t::target_geom |