Ciecam - Fixed issue #6713 and add some batch functions (#6717)

* Try to solve issue 6713 ans add some batch functions

* Missing setAddMode tempout
This commit is contained in:
Desmis
2023-03-20 07:38:48 +01:00
committed by GitHub
parent 69c1caafa1
commit 5481a8bbe1
7 changed files with 37 additions and 22 deletions

View File

@@ -88,7 +88,7 @@ public:
bool isCurveExpanded ();
void autoOpenCurve () override;
void setAdjusterBehavior (bool degreeadd, bool adapscenadd, bool adaplumadd, bool badpixsladd, bool jlightadd, bool chromaadd, bool contrastadd, bool rstprotectionadd, bool qbrightadd, bool qcontrastadd, bool schromaadd, bool mchromaadd, bool colorhadd);
void setAdjusterBehavior (bool degreeadd, bool adapscenadd, bool adaplumadd, bool badpixsladd, bool jlightadd, bool chromaadd, bool contrastadd, bool rstprotectionadd, bool qbrightadd, bool qcontrastadd, bool schromaadd, bool mchromaadd, bool colorhadd, bool degreeoutadd, bool tempoutadd);
void trimValues (rtengine::procparams::ProcParams* pp) override;
void updateCurveBackgroundHistogram(
const LUTu& histToneCurve,