![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <colorspaces.h>
Data Fields | |
GList * | profiles |
pthread_rwlock_t | xprofile_lock |
gchar * | colord_profile_file |
uint8_t * | xprofile_data |
int | xprofile_size |
dt_colorspaces_color_profile_type_t | display_type |
dt_colorspaces_color_profile_type_t | softproof_type |
char | display_filename [512] |
char | softproof_filename [512] |
dt_iop_color_intent_t | display_intent |
dt_iop_color_intent_t | softproof_intent |
dt_colorspaces_color_mode_t | mode |
cmsHTRANSFORM | transform_srgb_to_display |
cmsHTRANSFORM | transform_adobe_rgb_to_display |
cmsHTRANSFORM | transform_xyz_to_display |
gchar* dt_colorspaces_t::colord_profile_file |
Referenced by dt_colorspaces_cleanup().
char dt_colorspaces_t::display_filename[512] |
dt_iop_color_intent_t dt_colorspaces_t::display_intent |
dt_colorspaces_color_profile_type_t dt_colorspaces_t::display_type |
dt_colorspaces_color_mode_t dt_colorspaces_t::mode |
GList* dt_colorspaces_t::profiles |
Referenced by _build_embedded_profile(), _get_profile(), _get_profiles(), _profile_changed(), _resolve_work_profile(), _update_display_profile(), append_display(), dt_colorspaces_cleanup(), dt_colorspaces_init(), gui_init(), gui_init(), gui_reset(), gui_update(), profile_changed(), set_params(), softproof_profile_callback(), update_profile_list(), and workicc_changed().
char dt_colorspaces_t::softproof_filename[512] |
Referenced by commit_params(), dt_colorspaces_cleanup(), dt_colorspaces_init(), gui_init(), and softproof_profile_callback().
dt_iop_color_intent_t dt_colorspaces_t::softproof_intent |
Referenced by dt_colorspaces_cleanup(), and dt_colorspaces_init().
dt_colorspaces_color_profile_type_t dt_colorspaces_t::softproof_type |
Referenced by commit_params(), dt_colorspaces_cleanup(), dt_colorspaces_init(), gui_init(), and softproof_profile_callback().
cmsHTRANSFORM dt_colorspaces_t::transform_adobe_rgb_to_display |
Referenced by _update_display_transforms(), dt_colorspaces_cleanup(), and dt_view_image_get_surface().
cmsHTRANSFORM dt_colorspaces_t::transform_srgb_to_display |
Referenced by _update_display_transforms(), dt_colorspaces_cleanup(), and dt_view_image_get_surface().
cmsHTRANSFORM dt_colorspaces_t::transform_xyz_to_display |
Referenced by _colormanage_ui_color(), _update_display_transforms(), and dt_colorspaces_cleanup().
uint8_t* dt_colorspaces_t::xprofile_data |
Referenced by _update_display_profile(), dt_colorspaces_cleanup(), and dt_colorspaces_set_display_profile().
pthread_rwlock_t dt_colorspaces_t::xprofile_lock |
int dt_colorspaces_t::xprofile_size |
Referenced by _update_display_profile(), and dt_colorspaces_set_display_profile().