Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_colorspaces_t Struct Reference

#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
 

Field Documentation

◆ colord_profile_file

gchar* dt_colorspaces_t::colord_profile_file

Referenced by dt_colorspaces_cleanup().

◆ display_filename

◆ display_intent

◆ display_type

◆ mode

◆ profiles

◆ softproof_filename

char dt_colorspaces_t::softproof_filename[512]

◆ softproof_intent

dt_iop_color_intent_t dt_colorspaces_t::softproof_intent

◆ softproof_type

◆ transform_adobe_rgb_to_display

cmsHTRANSFORM dt_colorspaces_t::transform_adobe_rgb_to_display

◆ transform_srgb_to_display

cmsHTRANSFORM dt_colorspaces_t::transform_srgb_to_display

◆ transform_xyz_to_display

cmsHTRANSFORM dt_colorspaces_t::transform_xyz_to_display

◆ xprofile_data

uint8_t* dt_colorspaces_t::xprofile_data

◆ xprofile_lock

◆ xprofile_size

int dt_colorspaces_t::xprofile_size

The documentation for this struct was generated from the following file: