![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
A profile's public identity: what the GUI displays and stores, and nothing else. More...
#include <colorspaces.h>
Collaboration diagram for dt_colorprofile_desc_t:Data Fields | |
| dt_colorspaces_color_profile_type_t | type |
| what to store in params / conf | |
| char | filename [DT_IOP_COLOR_ICC_LEN] |
| "" unless type == DT_COLORSPACE_FILE | |
| char | name [512] |
| translated, display-ready | |
A profile's public identity: what the GUI displays and stores, and nothing else.
A plain value – copy it, put it in GTK object data, outlive anything with it. It carries no cmsHPROFILE, so it is unaffected by a monitor-profile change and needs no lock to keep.
Definition at line 349 of file colorspaces.h.
| char dt_colorprofile_desc_t::filename[DT_IOP_COLOR_ICC_LEN] |
"" unless type == DT_COLORSPACE_FILE
Definition at line 352 of file colorspaces.h.
Referenced by _profile_changed(), _softproof_profile_callback(), update_modelines.modelines_updater_t::load_lines(), profile_changed(), update_modelines.modelines_updater_t::remove_lines(), update_modelines.modelines_updater_t::update(), and update_modelines.modelines_updater_t::write_file().
| char dt_colorprofile_desc_t::name[512] |
translated, display-ready
Definition at line 353 of file colorspaces.h.
| dt_colorspaces_color_profile_type_t dt_colorprofile_desc_t::type |
what to store in params / conf
Definition at line 351 of file colorspaces.h.
Referenced by _profile_changed(), _softproof_profile_callback(), profile_changed(), and workicc_changed().