added common mask curves L(L) C(C) LC(H)

This commit is contained in:
Desmis
2020-06-22 11:44:02 +02:00
parent 9f7412f509
commit 04855a8db6
9 changed files with 172 additions and 1 deletions

View File

@@ -963,7 +963,10 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
LUMINANCECURVE, // Evlocallablapmask
LUMINANCECURVE, // Evlocallabchromask
LUMINANCECURVE, // Evlocallabgammask
LUMINANCECURVE // Evlocallabslopmask
LUMINANCECURVE, // Evlocallabslopmask
LUMINANCECURVE, // EvlocallabCCmask_shape
LUMINANCECURVE, // EvlocallabLLmask_shape
LUMINANCECURVE // EvlocallabHHmask_shape
};