shadows/highlights: added colorspace selection (RGB or L*a*b*)

This commit is contained in:
Alberto Griggio
2018-10-03 23:41:30 +02:00
parent 17e4f6f25c
commit 30d8a674aa
9 changed files with 131 additions and 32 deletions

View File

@@ -402,12 +402,12 @@ class SHParamsEdited
public:
bool enabled;
bool hq;
bool highlights;
bool htonalwidth;
bool shadows;
bool stonalwidth;
bool radius;
bool lab;
};
class CropParamsEdited