![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for cht_box_t:Data Fields | |
| char | key_letter |
| char * | label_x_start |
| char * | label_x_end |
| char * | label_y_start |
| char * | label_y_end |
| float | width |
| float | height |
| float | x_origin |
| float | y_origin |
| float | x_increment |
| float | y_increment |
Definition at line 61 of file common/colorchecker.c.
| float cht_box_t::height |
Definition at line 68 of file common/colorchecker.c.
Referenced by _dispatch_cht_data(), _dt_cht_box_extract(), and _dt_cht_generate_patch_list().
| char cht_box_t::key_letter |
Definition at line 62 of file common/colorchecker.c.
Referenced by _dispatch_cht_data(), _dt_cht_box_extract(), and _dt_cht_generate_patch_list().
| char* cht_box_t::label_x_end |
Definition at line 64 of file common/colorchecker.c.
Referenced by _dt_cht_box_cleanup(), _dt_cht_box_extract(), and _dt_cht_generate_patch_list().
| char* cht_box_t::label_x_start |
Definition at line 63 of file common/colorchecker.c.
Referenced by _dispatch_cht_data(), _dt_cht_box_cleanup(), _dt_cht_box_extract(), and _dt_cht_generate_patch_list().
| char* cht_box_t::label_y_end |
Definition at line 66 of file common/colorchecker.c.
Referenced by _dt_cht_box_cleanup(), _dt_cht_box_extract(), and _dt_cht_generate_patch_list().
| char* cht_box_t::label_y_start |
Definition at line 65 of file common/colorchecker.c.
Referenced by _dt_cht_box_cleanup(), _dt_cht_box_extract(), and _dt_cht_generate_patch_list().
| float cht_box_t::width |
Definition at line 67 of file common/colorchecker.c.
Referenced by _dispatch_cht_data(), _dt_cht_box_extract(), and _dt_cht_generate_patch_list().
| float cht_box_t::x_increment |
Definition at line 71 of file common/colorchecker.c.
Referenced by _dt_cht_box_extract(), and _dt_cht_generate_patch_list().
| float cht_box_t::x_origin |
Definition at line 69 of file common/colorchecker.c.
Referenced by _dispatch_cht_data(), _dt_cht_box_extract(), and _dt_cht_generate_patch_list().
| float cht_box_t::y_increment |
Definition at line 72 of file common/colorchecker.c.
Referenced by _dt_cht_box_extract(), and _dt_cht_generate_patch_list().
| float cht_box_t::y_origin |
Definition at line 70 of file common/colorchecker.c.
Referenced by _dispatch_cht_data(), _dt_cht_box_extract(), and _dt_cht_generate_patch_list().