Add gamma chroma to mask SH - hide softradiusexp in inverse

This commit is contained in:
Desmis
2019-03-15 17:01:57 +01:00
parent ffbd839d08
commit 8da8bf9a18
10 changed files with 175 additions and 10 deletions

View File

@@ -679,6 +679,9 @@ enum ProcEventCode {
Evlocallabchromaskcol = 649,
Evlocallabgammaskcol = 650,
Evlocallabslomaskcol = 651,
EvlocallabchromaskSH = 652,
EvlocallabgammaskSH = 653,
EvlocallabslomaskSH = 654,
NUMOFEVENTS
};