![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Go to the source code of this file.
Data Structures | |
struct | dt_profiled_colormatrix_t |
Typedefs | |
typedef struct dt_profiled_colormatrix_t | dt_profiled_colormatrix_t |
Variables | |
static dt_profiled_colormatrix_t | dt_profiled_colormatrices [] |
static const int | dt_profiled_colormatrix_cnt = sizeof(dt_profiled_colormatrices)/sizeof(dt_profiled_colormatrix_t) |
static dt_profiled_colormatrix_t | dt_vendor_colormatrices [] |
static const int | dt_vendor_colormatrix_cnt = sizeof(dt_vendor_colormatrices)/sizeof(dt_profiled_colormatrix_t) |
static dt_profiled_colormatrix_t | dt_alternate_colormatrices [] |
static const int | dt_alternate_colormatrix_cnt = sizeof(dt_alternate_colormatrices)/sizeof(dt_profiled_colormatrix_t) |
typedef struct dt_profiled_colormatrix_t dt_profiled_colormatrix_t |
this is a collection of custom measured color matrices, profiled for darktable (https://www.darktable.org), so far all calculated by Pascal de Bruijn.
|
static |
Referenced by dt_colorspaces_create_alternate_profile(), and update_profile_list().
|
static |
Referenced by dt_colorspaces_create_alternate_profile(), and update_profile_list().
|
static |
Referenced by dt_colorspaces_create_darktable_profile(), and update_profile_list().
|
static |
Referenced by dt_colorspaces_create_darktable_profile(), and update_profile_list().
|
static |
Referenced by dt_colorspaces_create_vendor_profile(), and update_profile_list().
|
static |
Referenced by dt_colorspaces_create_vendor_profile(), and update_profile_list().