save provisory work

This commit is contained in:
Desmis
2019-03-01 18:55:43 +01:00
parent fad78993a4
commit b63649b5fd
13 changed files with 327 additions and 49 deletions

View File

@@ -1003,6 +1003,14 @@ struct LocallabParams {
std::vector<double> LLmaskexpcurve;
std::vector<double> HHmaskexpcurve;
int blendmaskexp;
// Shadow highlight
bool expshadhigh;
int highlights;
int h_tonalwidth;
int shadows;
int s_tonalwidth;
int sh_radius;
int sensihs;
// Vibrance
bool expvibrance;
int saturated;
@@ -1017,9 +1025,6 @@ struct LocallabParams {
bool expsoft;
int streng;
int sensisf;
// Lab Region
bool explabregion;
// ColorToningParams::LabCorrectionRegion Labcorr;
// Blur & Noise
bool expblur;
double radius;