merge with dev

This commit is contained in:
Desmis
2018-12-30 13:57:40 +01:00
11 changed files with 126 additions and 28 deletions

View File

@@ -498,6 +498,7 @@ struct ColorToningParams {
struct SharpeningParams {
bool enabled;
double contrast;
double blurradius;
double radius;
int amount;
Threshold<int> threshold;