Added contrast threshold adjuster for sharpening tool, #4551

This commit is contained in:
heckflosse
2018-05-20 17:37:42 +02:00
parent 528167e578
commit 1a5545c461
11 changed files with 136 additions and 123 deletions

View File

@@ -204,6 +204,7 @@ class SharpeningParamsEdited
public:
bool enabled;
bool contrast;
bool radius;
bool amount;
bool threshold;