added on/off switch for L*a*b* adjustments

This commit is contained in:
Alberto Griggio
2017-12-16 18:36:28 +01:00
parent 4ef705cdd6
commit e1bf4b075f
9 changed files with 57 additions and 18 deletions

View File

@@ -5586,6 +5586,10 @@ void ImProcFunctions::luminanceCurve (LabImage* lold, LabImage* lnew, LUTf & cur
SSEFUNCTION void ImProcFunctions::chromiLuminanceCurve (PipetteBuffer *pipetteBuffer, int pW, LabImage* lold, LabImage* lnew, LUTf & acurve, LUTf & bcurve, LUTf & satcurve, LUTf & lhskcurve, LUTf & clcurve, LUTf & curve, bool utili, bool autili, bool butili, bool ccutili, bool cclutili, bool clcutili, LUTu &histCCurve, LUTu &histLCurve)
{
if (!params->labCurve.enabled) {
return;
}
int W = lold->W;
int H = lold->H;
// lhskcurve.dump("lh_curve");