![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <colorspaces.h>
Collaboration diagram for dt_colorspaces_color_profile_t:Data Fields | |
| dt_colorspaces_color_profile_type_t | type |
| char | filename [512] |
| char | name [512] |
| cmsHPROFILE | profile |
| int | in_pos |
| int | out_pos |
| int | display_pos |
| int | category_pos |
| int | work_pos |
Definition at line 195 of file colorspaces.h.
| int dt_colorspaces_color_profile_t::category_pos |
Definition at line 204 of file colorspaces.h.
Referenced by _create_profile(), dt_colorspaces_init(), and load_profile_from_dir().
| int dt_colorspaces_color_profile_t::display_pos |
Definition at line 203 of file colorspaces.h.
Referenced by _create_profile(), append_display(), dt_colorspaces_init(), and load_profile_from_dir().
| char dt_colorspaces_color_profile_t::filename[512] |
Definition at line 198 of file colorspaces.h.
Referenced by _profile_changed(), _resolve_work_profile(), gui_init(), gui_init(), gui_reset(), gui_update(), update_modelines.modelines_updater_t::load_lines(), load_profile_from_dir(), profile_callback(), profile_changed(), profile_checked_callback(), update_modelines.modelines_updater_t::remove_lines(), set_params(), softproof_profile_callback(), update_modelines.modelines_updater_t::update(), update_profile_list(), workicc_changed(), and update_modelines.modelines_updater_t::write_file().
| int dt_colorspaces_color_profile_t::in_pos |
Definition at line 201 of file colorspaces.h.
Referenced by _create_profile(), dt_colorspaces_init(), gui_update(), load_profile_from_dir(), profile_changed(), and update_profile_list().
| char dt_colorspaces_color_profile_t::name[512] |
Definition at line 199 of file colorspaces.h.
Referenced by _create_profile(), _sort_profiles(), append_display(), commit_params(), dt_colorspaces_init(), gui_init(), gui_init(), load_profile_from_dir(), and update_profile_list().
| int dt_colorspaces_color_profile_t::out_pos |
Definition at line 202 of file colorspaces.h.
Referenced by _create_profile(), _profile_changed(), dt_colorspaces_init(), gui_init(), gui_init(), gui_reset(), load_profile_from_dir(), set_params(), and softproof_profile_callback().
| cmsHPROFILE dt_colorspaces_color_profile_t::profile |
Definition at line 200 of file colorspaces.h.
Referenced by _create_profile(), _export_image(), _get_xyz_to_rgb_matrix(), _icc_blob_from_profile_key(), _read_chunky_16_Lab(), _read_chunky_8_Lab(), _resolve_input_profile(), _select_normalization_profile(), _transform_from_to_rgb_lab_lcms2(), _update_display_transforms(), _view_image_get_surface_internal(), commit_params(), dt_colorspaces_init(), dt_image_find_best_color_profile(), dt_imageio_jpeg_write_with_icc_profile(), dt_imageio_tiff_read_profile(), dt_ioppr_generate_profile_info(), gui_init(), load_profile_from_dir(), write_image(), write_image(), write_image(), write_image(), write_image(), write_image(), and write_image().
| dt_colorspaces_color_profile_type_t dt_colorspaces_color_profile_t::type |
Definition at line 197 of file colorspaces.h.
Referenced by _create_profile(), _profile_changed(), _resolve_work_profile(), gui_init(), gui_init(), gui_reset(), gui_update(), load_profile_from_dir(), profile_callback(), profile_changed(), profile_checked_callback(), set_params(), softproof_profile_callback(), update_profile_list(), and workicc_changed().
| int dt_colorspaces_color_profile_t::work_pos |
Definition at line 205 of file colorspaces.h.
Referenced by _create_profile(), _resolve_work_profile(), dt_colorspaces_init(), gui_update(), load_profile_from_dir(), update_profile_list(), and workicc_changed().