Local adjustments - Strength control on Spot - tools - issue 6221 (#6223)

* Add strength to local contrast and wavelet

* Added strength to Color and Light

* Added strength to Denoise

* Added strength to shadows highlight Tone equalizer

* Added strength to Dynamic Range and exposure

* Added strength to Tone mapping

* Small improvment to Dynamic Range
This commit is contained in:
Desmis
2021-05-04 07:27:55 +02:00
committed by GitHub
parent 227a2e8cd6
commit f22482c204
11 changed files with 334 additions and 25 deletions

View File

@@ -438,6 +438,7 @@ public:
bool complexcolor;
bool curvactiv;
bool lightness;
bool reparcol;
bool contrast;
bool chroma;
bool labgridALow;
@@ -537,6 +538,7 @@ public:
bool expMethod;
bool exnoiseMethod;
bool laplacexp;
bool reparexp;
bool balanexp;
bool linear;
bool gamm;
@@ -575,6 +577,7 @@ public:
bool slomaskSH;
bool lapmaskSH;
bool detailSH;
bool reparsh;
bool LmaskSHcurve;
bool fatamountSH;
bool fatanchorSH;
@@ -677,6 +680,7 @@ public:
bool nlrad;
bool nlgam;
bool sensiden;
bool reparden;
bool detailthr;
bool locwavcurveden;
bool locwavcurvehue;
@@ -708,6 +712,7 @@ public:
bool gamma;
bool estop;
bool scaltm;
bool repartm;
bool rewei;
bool satur;
bool sensitm;
@@ -829,6 +834,7 @@ public:
bool edgw;
bool basew;
bool sensilc;
bool reparw;
bool fftwlc;
bool blurlc;
bool wavblur;