use cyan instead of green for out-of-gamut pixels

This commit is contained in:
Alberto Griggio
2018-02-04 18:02:01 +01:00
parent dc44212691
commit 14a463102c
2 changed files with 2 additions and 2 deletions

View File

@@ -335,7 +335,7 @@ public:
defaultMonitorProfile = settings->monitorProfile;
// initialize the alarm colours for lcms gamut checking -- we use bright green
cmsUInt16Number cms_alarm_codes[cmsMAXCHANNELS] = { 0, 65535, 0 };
cmsUInt16Number cms_alarm_codes[cmsMAXCHANNELS] = { 0, 65535, 65535 };
cmsSetAlarmCodes(cms_alarm_codes);
}