Microcontrast: add Contrast threshold adjuster, #4551

This commit is contained in:
heckflosse
2018-05-13 19:07:13 +02:00
parent 7d59277eb3
commit ee5b1dbbc8
12 changed files with 80 additions and 20 deletions

View File

@@ -509,6 +509,7 @@ struct SharpenMicroParams {
bool enabled;
bool matrix;
double amount;
double contrast;
double uniformity;
SharpenMicroParams();