Merge remote-tracking branch 'dev/newlocallab' into newlocallab

This commit is contained in:
Pandagrapher
2020-04-20 12:54:09 +02:00
178 changed files with 14162 additions and 6468 deletions

View File

@@ -279,6 +279,7 @@ struct ColorAppearanceParamsEdited {
bool ybscen;
bool badpixsl;
bool wbmodel;
bool illum;
bool algo;
bool jlight;
bool qbright;
@@ -294,10 +295,12 @@ struct ColorAppearanceParamsEdited {
bool datacie;
bool tonecie;
bool tempout;
bool autotempout;
bool greenout;
bool ybout;
bool tempsc;
bool greensc;
bool presetcat02;
};
struct DirPyrDenoiseParamsEdited {
@@ -947,7 +950,10 @@ struct WaveletParamsEdited {
bool cbenab;
bool lipst;
bool Medgreinf;
bool ushamethod;
bool avoid;
bool showmask;
bool oldsh;
bool tmr;
bool c[9];
bool ch[9];
@@ -964,10 +970,17 @@ struct WaveletParamsEdited {
bool Tilesmethod;
bool daubcoeffmethod;
bool Dirmethod;
bool sigma;
bool offset;
bool lowthr;
bool rescon;
bool resconH;
bool reschro;
bool resblur;
bool resblurc;
bool tmrs;
bool edgs;
bool scale;
bool gamma;
bool sup;
bool sky;
@@ -983,21 +996,26 @@ struct WaveletParamsEdited {
bool chroma;
bool contrast;
bool edgrad;
bool edgeffect;
bool edgval;
bool edgthresh;
bool thr;
bool thrH;
bool radius;
bool skinprotect;
bool hueskin;
bool hueskin2;
bool hllev;
bool bllev;
bool edgcont;
bool chrwav;
bool bluwav;
bool level0noise;
bool level1noise;
bool level2noise;
bool level3noise;
bool ccwcurve;
bool blcurve;
bool opacityCurveBY;
bool opacityCurveRG;
bool opacityCurveW;
@@ -1013,13 +1031,23 @@ struct WaveletParamsEdited {
bool bluemed;
bool greenhigh;
bool bluehigh;
bool ballum;
bool balchrom;
bool chromfi;
bool chromco;
bool mergeL;
bool mergeC;
bool softrad;
bool softradend;
bool expcontrast;
bool expchroma;
bool expedge;
bool expbl;
bool expresid;
bool expfinal;
bool exptoning;
bool expnoise;
bool expclari;
};
struct DirPyrEqualizerParamsEdited {
@@ -1144,6 +1172,7 @@ struct FilmNegativeParamsEdited {
bool redRatio;
bool greenExp;
bool blueRatio;
bool baseValues;
bool isUnchanged() const;
};