Add TRC to working profiles

This commit is contained in:
Desmis
2018-04-29 17:08:45 +02:00
parent 579c3ca770
commit 19b7a942af
15 changed files with 1576 additions and 881 deletions

View File

@@ -1027,12 +1027,15 @@ struct ColorManagementParams {
double pgrey;
double pblux;
double pbluy;
double gamm;
double slop;
Glib::ustring wprimari;
Glib::ustring wprofile;
Glib::ustring wtemp;
static const Glib::ustring NoICMString;
bool freegamma;
Glib::ustring wtrcin;
ColorManagementParams();