Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_iop_lensfun_params_t Struct Reference
+ 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
 

Detailed Description

Definition at line 291 of file lens.c.

Field Documentation

◆ aperture

float dt_iop_lensfun_params_t::aperture

Definition at line 298 of file lens.c.

◆ camera

char dt_iop_lensfun_params_t::camera[128]

Definition at line 301 of file lens.c.

◆ crop

float dt_iop_lensfun_params_t::crop

Definition at line 296 of file lens.c.

◆ distance

float dt_iop_lensfun_params_t::distance

Definition at line 299 of file lens.c.

◆ focal

float dt_iop_lensfun_params_t::focal

Definition at line 297 of file lens.c.

◆ inverse

int dt_iop_lensfun_params_t::inverse

Definition at line 294 of file lens.c.

◆ lens

char dt_iop_lensfun_params_t::lens[128]

Definition at line 302 of file lens.c.

◆ 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().

Definition at line 310 of file lens.c.

◆ modify_flags

int dt_iop_lensfun_params_t::modify_flags

Definition at line 293 of file lens.c.

◆ scale

float dt_iop_lensfun_params_t::scale

Definition at line 295 of file lens.c.

◆ target_geom

dt_lens_type_t dt_iop_lensfun_params_t::target_geom

Definition at line 300 of file lens.c.

◆ tca_b

float dt_iop_lensfun_params_t::tca_b

Definition at line 305 of file lens.c.

◆ tca_override

gboolean dt_iop_lensfun_params_t::tca_override

Definition at line 303 of file lens.c.

◆ tca_r

float dt_iop_lensfun_params_t::tca_r

Definition at line 304 of file lens.c.


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