![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <colorchecker.h>
Collaboration diagram for dt_colorchecker_chart_spec_t:Data Fields | |
| const gchar * | type |
| float | radius |
| float | ratio |
| size_t | size [2] |
| float | guide_size [2] |
| size_t | middle_grey |
| size_t | white |
| size_t | black |
| int | num_patches |
| int | colums |
| int | rows |
| float | patch_width |
| float | patch_height |
| float | patch_offset_x |
| float | patch_offset_y |
| GSList * | patches |
Definition at line 552 of file colorchecker.h.
| size_t dt_colorchecker_chart_spec_t::black |
Definition at line 561 of file colorchecker.h.
Referenced by _dt_colorchecker_chart_spec_init(), and dt_colorchecker_user_ref_create().
| int dt_colorchecker_chart_spec_t::colums |
Definition at line 564 of file colorchecker.h.
Referenced by _dispatch_cht_data(), _dt_cht_generate_patch_list(), and _dt_colorchecker_chart_spec_init().
| float dt_colorchecker_chart_spec_t::guide_size[2] |
Definition at line 558 of file colorchecker.h.
Referenced by _dispatch_cht_data(), _dt_cht_generate_patch_list(), and _dt_colorchecker_chart_spec_init().
| size_t dt_colorchecker_chart_spec_t::middle_grey |
Definition at line 559 of file colorchecker.h.
Referenced by _dt_colorchecker_chart_spec_init(), and dt_colorchecker_user_ref_create().
| int dt_colorchecker_chart_spec_t::num_patches |
Definition at line 563 of file colorchecker.h.
Referenced by _dispatch_cht_data(), _dt_colorchecker_chart_spec_init(), _dt_colorchecker_cht_get_patch_nb(), and dt_colorchecker_user_ref_create().
| float dt_colorchecker_chart_spec_t::patch_height |
Definition at line 567 of file colorchecker.h.
Referenced by _dispatch_cht_data(), and _dt_colorchecker_chart_spec_init().
| float dt_colorchecker_chart_spec_t::patch_offset_x |
Definition at line 568 of file colorchecker.h.
Referenced by _dt_colorchecker_chart_spec_init().
| float dt_colorchecker_chart_spec_t::patch_offset_y |
Definition at line 569 of file colorchecker.h.
Referenced by _dt_colorchecker_chart_spec_init().
| float dt_colorchecker_chart_spec_t::patch_width |
Definition at line 566 of file colorchecker.h.
Referenced by _dispatch_cht_data(), and _dt_colorchecker_chart_spec_init().
| GSList* dt_colorchecker_chart_spec_t::patches |
Definition at line 571 of file colorchecker.h.
Referenced by _dispatch_cht_data(), _dt_cht_generate_patch_list(), _dt_colorchecker_CGATS_fill_patch_values(), _dt_colorchecker_chart_spec_cleanup(), and _dt_colorchecker_chart_spec_init().
| float dt_colorchecker_chart_spec_t::radius |
Definition at line 555 of file colorchecker.h.
Referenced by _dispatch_cht_data(), _dt_colorchecker_chart_spec_init(), and dt_colorchecker_user_ref_create().
| float dt_colorchecker_chart_spec_t::ratio |
Definition at line 556 of file colorchecker.h.
Referenced by _dispatch_cht_data(), _dt_colorchecker_chart_spec_init(), and dt_colorchecker_user_ref_create().
| int dt_colorchecker_chart_spec_t::rows |
Definition at line 565 of file colorchecker.h.
Referenced by _dispatch_cht_data(), _dt_cht_generate_patch_list(), and _dt_colorchecker_chart_spec_init().
| size_t dt_colorchecker_chart_spec_t::size[2] |
Definition at line 557 of file colorchecker.h.
Referenced by _dispatch_cht_data(), _dt_colorchecker_chart_spec_init(), and dt_colorchecker_user_ref_create().
| const gchar* dt_colorchecker_chart_spec_t::type |
Definition at line 554 of file colorchecker.h.
Referenced by _dt_colorchecker_chart_spec_cleanup(), _dt_colorchecker_chart_spec_init(), and _dt_colorchecker_open_cht().
| size_t dt_colorchecker_chart_spec_t::white |
Definition at line 560 of file colorchecker.h.
Referenced by _dt_colorchecker_chart_spec_init(), and dt_colorchecker_user_ref_create().