Local adjustments - Tone Mapping - Recovery based on luminance mask (#6059)

* LA TM GUI for Recovery based on luminance mask

* LA TM enable Recovery based on luminance mask
This commit is contained in:
Desmis
2021-01-14 07:41:25 +01:00
committed by GitHub
parent 13bd5c0681
commit 5e95b2e5e2
10 changed files with 186 additions and 4 deletions

View File

@@ -1047,7 +1047,11 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
LUMINANCECURVE, // Evlocallablowthresw
LUMINANCECURVE, // Evlocallabhigthresw
LUMINANCECURVE, // Evlocallabdecayw
LUMINANCECURVE // Evlocallabmidthresdch
LUMINANCECURVE, // Evlocallabmidthresdch
LUMINANCECURVE, // Evlocallabrecothret
LUMINANCECURVE, // Evlocallablowthrest
LUMINANCECURVE, // Evlocallabhigthrest
LUMINANCECURVE // Evlocallabdecayt
};