![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <colorspaces.h>
Collaboration diagram for dt_colorspaces_t: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 |
| cmsHTRANSFORM | transform_display_to_adobe_rgb |
Definition at line 171 of file colorspaces.h.
| gchar* dt_colorspaces_t::colord_profile_file |
Definition at line 177 of file colorspaces.h.
Referenced by dt_colorspaces_cleanup().
| char dt_colorspaces_t::display_filename[512] |
Definition at line 184 of file colorspaces.h.
Referenced by _update_display_transforms(), commit_params(), dt_colorspaces_cleanup(), dt_colorspaces_init(), profile_callback(), and profile_checked_callback().
| dt_iop_color_intent_t dt_colorspaces_t::display_intent |
Definition at line 186 of file colorspaces.h.
Referenced by _update_display_transforms(), commit_params(), dt_colorspaces_cleanup(), dt_colorspaces_init(), intent_callback(), and intent_checked_callback().
| dt_colorspaces_color_profile_type_t dt_colorspaces_t::display_type |
Definition at line 182 of file colorspaces.h.
Referenced by _update_display_transforms(), commit_params(), dt_colorspaces_cleanup(), dt_colorspaces_init(), dt_dev_resync_mipmap_cache(), profile_callback(), and profile_checked_callback().
| dt_colorspaces_color_mode_t dt_colorspaces_t::mode |
Definition at line 189 of file colorspaces.h.
Referenced by _gamut_quickbutton_clicked(), _softproof_quickbutton_clicked(), _update_softproof_gamut_checking(), commit_params(), dt_colorspaces_cleanup(), dt_colorspaces_init(), and expose().
| GList* dt_colorspaces_t::profiles |
Definition at line 173 of file colorspaces.h.
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] |
Definition at line 185 of file colorspaces.h.
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 |
Definition at line 187 of file colorspaces.h.
Referenced by dt_colorspaces_cleanup(), and dt_colorspaces_init().
| dt_colorspaces_color_profile_type_t dt_colorspaces_t::softproof_type |
Definition at line 183 of file colorspaces.h.
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 |
Definition at line 191 of file colorspaces.h.
Referenced by _update_display_transforms(), _view_image_get_surface_internal(), and dt_colorspaces_cleanup().
| cmsHTRANSFORM dt_colorspaces_t::transform_display_to_adobe_rgb |
Definition at line 191 of file colorspaces.h.
Referenced by _update_display_transforms(), dt_colorspaces_cleanup(), and dt_mipmap_cache_swap_at_size().
| cmsHTRANSFORM dt_colorspaces_t::transform_srgb_to_display |
Definition at line 191 of file colorspaces.h.
Referenced by _colorcorrect_pixbuf(), _update_display_transforms(), _view_image_get_surface_internal(), and dt_colorspaces_cleanup().
| cmsHTRANSFORM dt_colorspaces_t::transform_xyz_to_display |
Definition at line 191 of file colorspaces.h.
Referenced by _colormanage_ui_color(), _update_display_transforms(), and dt_colorspaces_cleanup().
| uint8_t* dt_colorspaces_t::xprofile_data |
Definition at line 178 of file colorspaces.h.
Referenced by _update_display_profile(), dt_colorspaces_cleanup(), and dt_colorspaces_set_display_profile().
| pthread_rwlock_t dt_colorspaces_t::xprofile_lock |
Definition at line 176 of file colorspaces.h.
Referenced by _colorcorrect_pixbuf(), _transform_from_to_rgb_lab_lcms2(), _view_image_get_surface_internal(), commit_params(), dt_colorspaces_cleanup(), dt_colorspaces_init(), dt_colorspaces_set_display_profile(), dt_ioppr_generate_profile_info(), dt_mipmap_cache_swap_at_size(), intent_callback(), and profile_callback().
| int dt_colorspaces_t::xprofile_size |
Definition at line 179 of file colorspaces.h.
Referenced by _update_display_profile(), and dt_colorspaces_set_display_profile().