Added contrast threshold adjuster for sharpening tool, #4551
This commit is contained in:
@@ -473,6 +473,7 @@ struct ColorToningParams {
|
||||
*/
|
||||
struct SharpeningParams {
|
||||
bool enabled;
|
||||
double contrast;
|
||||
double radius;
|
||||
int amount;
|
||||
Threshold<int> threshold;
|
||||
|
Reference in New Issue
Block a user