Local adjustments - Color and light - Recovery based on luminance mask (#6035)

* Init GUI color mask recovery

* Enable recovery Color and Light with mask

* Disabled invmaskd in color and light

* Hide decay in standard - added tooltips

* Change tooltips

* Change normal to simple for all defaults mask
This commit is contained in:
Desmis
2020-12-29 10:27:57 +01:00
committed by GitHub
parent d2cd5f21c9
commit bad08bfe1d
11 changed files with 345 additions and 64 deletions

View File

@@ -1084,6 +1084,10 @@ struct LocallabParams {
std::vector<double> Lmaskcurve;
std::vector<double> LLmaskcolcurvewav;
Threshold<int> csthresholdcol;
double recothresc;
double lowthresc;
double higthresc;
double decayc;
// Exposure
bool visiexpose;
bool expexpose;