added partial paste and add/set preferences for local contrast

This commit is contained in:
Alberto Griggio
2017-12-20 16:56:05 +01:00
parent 235a4bb451
commit 0aff2f7c6c
7 changed files with 35 additions and 7 deletions

View File

@@ -48,6 +48,6 @@ public:
void adjusterChanged(Adjuster *a, double newval);
void enabledChanged();
// void setAdjusterBehavior(bool alphaAdd, bool betaAdd);
void setAdjusterBehavior(bool radiusAdd, bool amountAdd, bool darknessAdd, bool lightnessAdd);
};