From a872bd9e2d264723152fc59e24635d230241f9fa Mon Sep 17 00:00:00 2001 From: Desmis Date: Thu, 12 Apr 2018 17:42:40 +0200 Subject: [PATCH] Oups - fixed bug in compilation --- rtengine/iccstore.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rtengine/iccstore.cc b/rtengine/iccstore.cc index 1a26ad095..48a4a3e69 100644 --- a/rtengine/iccstore.cc +++ b/rtengine/iccstore.cc @@ -1627,6 +1627,9 @@ cmsHPROFILE rtengine::ICCStore::createCustomGammaOutputProfile(const procparams: } //change + float p[6]; //primaries + ga[6] = 0.0; + enum class ColorTemp { D50 = 5003, // for Widegamut, Prophoto Best, Beta -> D50 D65 = 6504, // for sRGB, AdobeRGB, Bruce Rec2020 -> D65