![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_iop_colorchecker_data_t:Data Fields | |
| int32_t | num_patches |
| float | source_Lab [3 *49] |
| float | coeff_L [49+4] |
| float | coeff_a [49+4] |
| float | coeff_b [49+4] |
Definition at line 124 of file iop/colorchecker.c.
| float dt_iop_colorchecker_data_t::coeff_a[49+4] |
Definition at line 129 of file iop/colorchecker.c.
Referenced by process().
| float dt_iop_colorchecker_data_t::coeff_b[49+4] |
Definition at line 130 of file iop/colorchecker.c.
Referenced by process().
| float dt_iop_colorchecker_data_t::coeff_L[49+4] |
Definition at line 128 of file iop/colorchecker.c.
Referenced by process().
| int32_t dt_iop_colorchecker_data_t::num_patches |
Definition at line 126 of file iop/colorchecker.c.
Referenced by process().
| float dt_iop_colorchecker_data_t::source_Lab[3 *49] |
Definition at line 127 of file iop/colorchecker.c.
Referenced by process().