Merge with branch 'dev/newlocallab'...

Others:
- Improves "Local Contrast" tool GUI behavior
- Fixes label for default complexity mode choice in preferences windows
This commit is contained in:
Pandagrapher
2020-05-05 15:51:39 +02:00
16 changed files with 233 additions and 111 deletions

View File

@@ -985,6 +985,7 @@ struct LocallabParams {
double transitweak;
double transitgrad;
bool avoid;
bool blwh;
bool recurs;
bool laplac;
bool deltae;
@@ -1300,6 +1301,7 @@ struct LocallabParams {
double lcamount;
double lcdarkness;
double lclightness;
double sigmalc;
int levelwav;
double residcont;
double residsha;
@@ -1323,6 +1325,7 @@ struct LocallabParams {
double clarilres;
double claricres;
double clarisoft;
double sigmalc2;
double strwav;
double angwav;
double strengthw;