Add method symmetric to blur and noise - and some extension

This commit is contained in:
Desmis
2017-10-25 17:33:58 +02:00
parent 15ff66fb4c
commit ff26f0642e
15 changed files with 696 additions and 32 deletions

View File

@@ -605,7 +605,10 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
LUMINANCECURVE, //Evlocallabcenterbuf
LUMINANCECURVE, //Evlocallabadjblur
LUMINANCECURVE, //Evlocallabcutpast
LUMINANCECURVE //Evlocallabchromacbdl
LUMINANCECURVE, //Evlocallabchromacbdl
LUMINANCECURVE, //EvlocallabblurMethod
LUMINANCECURVE, //EvlocallabdustMethod
LUMINANCECURVE //Evlocallablastdust
};