Lab HH does not work when 'Avoid dolor shift' is disabled, Issue 2318
This commit is contained in:
@@ -3446,6 +3446,7 @@ void ImProcFunctions::chromiLuminanceCurve (EditBuffer *editBuffer, int pW, LabI
|
|||||||
double hr;
|
double hr;
|
||||||
float valparam = float((hhCurve->getVal(hr=Color::huelab_to_huehsv2(HH))-0.5f) * 1.7f) +HH;//get H=f(H) 1.7 optimisation !
|
float valparam = float((hhCurve->getVal(hr=Color::huelab_to_huehsv2(HH))-0.5f) * 1.7f) +HH;//get H=f(H) 1.7 optimisation !
|
||||||
HH = valparam;
|
HH = valparam;
|
||||||
|
sincosval = xsincosf(HH);
|
||||||
}
|
}
|
||||||
|
|
||||||
//simulate very approximative gamut f(L) : with pyramid transition
|
//simulate very approximative gamut f(L) : with pyramid transition
|
||||||
|
Reference in New Issue
Block a user