Add mask method

This commit is contained in:
Desmis
2015-11-12 08:58:07 +01:00
parent a1fd3d72b2
commit 44490e81ae
19 changed files with 750 additions and 28 deletions

View File

@@ -457,6 +457,13 @@ enum ProcEvent {
EvLiter = 426,
EvLgrad = 427,
EvLgrads = 428,
EvLhighlights = 429,
EvLh_tonalwidth = 430,
EvLshadows = 431,
EvLs_tonalwidth = 432,
EvLradius = 433,
EvmapMethod = 434,
EvRetinexmapcurve = 435,
NUMOFEVENTS
};
}