Local adjustments - Shadows highlights - Recovery based on luminance mask (#6050)

* LA GUI for recovery using luminance mask

* LA Shadows Highlights Enable Recovery based on luminance mask
This commit is contained in:
Desmis
2021-01-08 13:17:28 +01:00
committed by GitHub
parent b554f52ab9
commit efb601c028
10 changed files with 216 additions and 1 deletions

View File

@@ -1031,6 +1031,10 @@ enum ProcEventCode {
Evlocallablowthrese = 1005,
Evlocallabhigthrese = 1006,
Evlocallabdecaye = 1007,
Evlocallabrecothress = 1008,
Evlocallablowthress = 1009,
Evlocallabhigthress = 1010,
Evlocallabdecays = 1011,
NUMOFEVENTS
};