Merge remote-tracking branch 'dev/newlocallab' into newlocallab
This commit is contained in:
@@ -40,6 +40,7 @@ class OpacityCurve;
|
||||
class RetinexgaintransmissionCurve;
|
||||
class RetinextransmissionCurve;
|
||||
class WavCurve;
|
||||
class Wavblcurve;
|
||||
class WavOpacityCurveBY;
|
||||
class WavOpacityCurveRG;
|
||||
class WavOpacityCurveW;
|
||||
@@ -680,6 +681,7 @@ struct ColorAppearanceParams {
|
||||
double adaplum;
|
||||
int badpixsl;
|
||||
Glib::ustring wbmodel;
|
||||
Glib::ustring illum;
|
||||
Glib::ustring algo;
|
||||
double contrast;
|
||||
double qcontrast;
|
||||
@@ -695,10 +697,12 @@ struct ColorAppearanceParams {
|
||||
bool datacie;
|
||||
bool tonecie;
|
||||
int tempout;
|
||||
bool autotempout;
|
||||
int ybout;
|
||||
double greenout;
|
||||
int tempsc;
|
||||
double greensc;
|
||||
bool presetcat02;
|
||||
|
||||
ColorAppearanceParams();
|
||||
|
||||
@@ -1654,6 +1658,7 @@ private:
|
||||
|
||||
struct WaveletParams {
|
||||
std::vector<double> ccwcurve;
|
||||
std::vector<double> blcurve;
|
||||
std::vector<double> opacityCurveRG;
|
||||
std::vector<double> opacityCurveBY;
|
||||
std::vector<double> opacityCurveW;
|
||||
@@ -1672,9 +1677,19 @@ struct WaveletParams {
|
||||
int bluemed;
|
||||
int greenhigh;
|
||||
int bluehigh;
|
||||
double ballum;
|
||||
double balchrom;
|
||||
double chromfi;
|
||||
double chromco;
|
||||
double mergeL;
|
||||
double mergeC;
|
||||
double softrad;
|
||||
double softradend;
|
||||
|
||||
bool lipst;
|
||||
bool avoid;
|
||||
bool showmask;
|
||||
bool oldsh;
|
||||
bool tmr;
|
||||
int strength;
|
||||
int balance;
|
||||
@@ -1684,10 +1699,12 @@ struct WaveletParams {
|
||||
int c[9];
|
||||
int ch[9];
|
||||
bool expedge;
|
||||
bool expbl;
|
||||
bool expresid;
|
||||
bool expfinal;
|
||||
bool exptoning;
|
||||
bool expnoise;
|
||||
bool expclari;
|
||||
|
||||
int Lmethod;
|
||||
Glib::ustring CLmethod;
|
||||
@@ -1696,6 +1713,7 @@ struct WaveletParams {
|
||||
Glib::ustring daubcoeffmethod;
|
||||
Glib::ustring CHmethod;
|
||||
Glib::ustring Medgreinf;
|
||||
Glib::ustring ushamethod;
|
||||
Glib::ustring CHSLmethod;
|
||||
Glib::ustring EDmethod;
|
||||
Glib::ustring NPmethod;
|
||||
@@ -1703,10 +1721,17 @@ struct WaveletParams {
|
||||
Glib::ustring TMmethod;
|
||||
Glib::ustring Dirmethod;
|
||||
Glib::ustring HSmethod;
|
||||
double sigma;
|
||||
double offset;
|
||||
double lowthr;
|
||||
int rescon;
|
||||
int resconH;
|
||||
int reschro;
|
||||
int resblur;
|
||||
int resblurc;
|
||||
double tmrs;
|
||||
double edgs;
|
||||
double scale;
|
||||
double gamma;
|
||||
int sup;
|
||||
double sky;
|
||||
@@ -1722,11 +1747,15 @@ struct WaveletParams {
|
||||
int edgeampli;
|
||||
int contrast;
|
||||
int edgrad;
|
||||
double edgeffect;
|
||||
int edgval;
|
||||
int edgthresh;
|
||||
int thr;
|
||||
int thrH;
|
||||
int radius;
|
||||
double skinprotect;
|
||||
double chrwav;
|
||||
double bluwav;
|
||||
Threshold<int> hueskin;
|
||||
Threshold<int> hueskin2;
|
||||
Threshold<int> hllev;
|
||||
@@ -1746,6 +1775,7 @@ struct WaveletParams {
|
||||
|
||||
void getCurves(
|
||||
WavCurve& cCurve,
|
||||
Wavblcurve& tCurve,
|
||||
WavOpacityCurveRG&
|
||||
opacityCurveLUTRG,
|
||||
WavOpacityCurveBY& opacityCurveLUTBY,
|
||||
@@ -2001,6 +2031,10 @@ struct FilmNegativeParams {
|
||||
double greenExp;
|
||||
double blueRatio;
|
||||
|
||||
double redBase;
|
||||
double greenBase;
|
||||
double blueBase;
|
||||
|
||||
FilmNegativeParams();
|
||||
|
||||
bool operator ==(const FilmNegativeParams& other) const;
|
||||
|
Reference in New Issue
Block a user