![]() |
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 437 of file colorchecker.h.
| size_t dt_colorchecker_chart_spec_t::black |
Definition at line 446 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 449 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 443 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 444 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 448 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 452 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 453 of file colorchecker.h.
Referenced by _dt_colorchecker_chart_spec_init().
| float dt_colorchecker_chart_spec_t::patch_offset_y |
Definition at line 454 of file colorchecker.h.
Referenced by _dt_colorchecker_chart_spec_init().
| float dt_colorchecker_chart_spec_t::patch_width |
Definition at line 451 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 456 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 440 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 441 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 450 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 442 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 439 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 445 of file colorchecker.h.
Referenced by _dt_colorchecker_chart_spec_init(), and dt_colorchecker_user_ref_create().