Simple mask for inverse Exposure and inverse ShadowsHighlight

This commit is contained in:
Desmis
2019-08-11 09:28:28 +02:00
parent e51634dc56
commit 9e66826f62
12 changed files with 315 additions and 32 deletions

View File

@@ -337,11 +337,15 @@ private:
//Exposure
MyComboBoxText* const showmaskexpMethod;
sigc::connection showmaskexpMethodConn;
MyComboBoxText* const showmaskexpMethodinv;
sigc::connection showmaskexpMethodConninv;
MyComboBoxText* const expMethod;
sigc::connection expMethodConn;
//Shadows Highlight
MyComboBoxText* const showmaskSHMethod;
sigc::connection showmaskSHMethodConn;
MyComboBoxText* const showmaskSHMethodinv;
sigc::connection showmaskSHMethodConninv;
// Blur & Noise
MyComboBoxText* const blurMethod;
sigc::connection blurMethodConn;
@@ -448,9 +452,11 @@ private:
void showmaskcolMethodChangedinv();
//Exposure
void showmaskexpMethodChanged();
void showmaskexpMethodChangedinv();
void expMethodChanged();
//Shadows Highlight
void showmaskSHMethodChanged();
void showmaskSHMethodChangedinv();
// Blur & Noise
void blMethodChanged();
void medMethodChanged();
@@ -503,7 +509,9 @@ public:
int colorMask;
int colorMaskinv;
int expMask;
int expMaskinv;
int SHMask;
int SHMaskinv;
int cbMask;
int retiMask;
int softMask;