Add short circuit for L curves mask - allow mix image with original

This commit is contained in:
Desmis
2019-10-23 17:02:38 +02:00
parent 922db3fe12
commit c74e2d206e
12 changed files with 106 additions and 13 deletions

View File

@@ -981,6 +981,7 @@ struct LocallabParams {
bool avoid;
bool laplac;
bool deltae;
bool shortc;
int scopemask;
// Color & Light
bool expcolor;