Small change to warm - cool limits

This commit is contained in:
Desmis
2017-12-12 18:17:41 +01:00
parent b6d1a90619
commit 3b54fa6dc3
2 changed files with 3 additions and 2 deletions

View File

@@ -1697,6 +1697,7 @@ void ImProcFunctions::ciecam_02float(CieImage* ncie, float adap, int pW, int pwb
// level of adaptation
const float deg = (params->colorappearance.degree) / 100.0f;
const float pilot = params->colorappearance.autodegree ? 2.0f : deg;
const float degout = (params->colorappearance.degreeout) / 100.0f;
const float pilotout = params->colorappearance.autodegreeout ? 2.0f : degout;