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

Data Fields

float source_L [49]
 
float source_a [49]
 
float source_b [49]
 
float target_L [49]
 
float target_a [49]
 
float target_b [49]
 
int32_t num_patches
 

Detailed Description

Definition at line 106 of file iop/colorchecker.c.

Field Documentation

◆ num_patches

int32_t dt_iop_colorchecker_params_t::num_patches

Definition at line 114 of file iop/colorchecker.c.

Referenced by encode_colorchecker(), init(), and legacy_params().

◆ source_a

float dt_iop_colorchecker_params_t::source_a[49]

Definition at line 109 of file iop/colorchecker.c.

Referenced by encode_colorchecker(), and legacy_params().

◆ source_b

float dt_iop_colorchecker_params_t::source_b[49]

Definition at line 110 of file iop/colorchecker.c.

Referenced by encode_colorchecker(), and legacy_params().

◆ source_L

float dt_iop_colorchecker_params_t::source_L[49]

Definition at line 108 of file iop/colorchecker.c.

Referenced by encode_colorchecker(), and legacy_params().

◆ target_a

float dt_iop_colorchecker_params_t::target_a[49]

Definition at line 112 of file iop/colorchecker.c.

Referenced by encode_colorchecker(), and legacy_params().

◆ target_b

float dt_iop_colorchecker_params_t::target_b[49]

Definition at line 113 of file iop/colorchecker.c.

Referenced by encode_colorchecker(), and legacy_params().

◆ target_L

float dt_iop_colorchecker_params_t::target_L[49]

Definition at line 111 of file iop/colorchecker.c.

Referenced by encode_colorchecker(), and legacy_params().


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