Fattal: added anchor parameter

This commit is contained in:
Alberto Griggio
2018-01-25 22:13:17 +01:00
parent 83bc6140bd
commit 8a510315c2
12 changed files with 54 additions and 17 deletions

View File

@@ -28,7 +28,10 @@ class FattalToneMapping: public ToolParamBlock, public AdjusterListener, public
protected:
Adjuster *threshold;
Adjuster *amount;
Adjuster *anchor;
rtengine::ProcEvent EvTMFattalAnchor;
public:
FattalToneMapping();
@@ -40,7 +43,6 @@ public:
void adjusterChanged (Adjuster* a, double newval);
void enabledChanged ();
void setAdjusterBehavior (bool alphaAdd, bool betaAdd);
void setAdjusterBehavior(bool amountAdd, bool thresholdAdd, bool anchorAdd);
};