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

@@ -1021,7 +1021,11 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
LUMINANCECURVE, // Evlocallabhigthresd
LUMINANCECURVE, // Evlocallabinvmaskd
LUMINANCECURVE, // Evlocallabinvmask
LUMINANCECURVE // Evlocallabdecayd
LUMINANCECURVE, // Evlocallabdecayd
LUMINANCECURVE, // Evlocallabrecothresc
LUMINANCECURVE, // Evlocallablowthresc
LUMINANCECURVE, // Evlocallabhigthresc
LUMINANCECURVE // Evlocallabdecayc
};