Allow vignetting to become really strong for artistic purposes.
Also allows to change the center of vignetting.
This commit is contained in:
@@ -28,6 +28,9 @@ class Vignetting : public Gtk::VBox, public AdjusterListener, public ToolPanel {
|
||||
protected:
|
||||
Adjuster* amount;
|
||||
Adjuster* radius;
|
||||
Adjuster* strength;
|
||||
Adjuster* centerX;
|
||||
Adjuster* centerY;
|
||||
bool vigAdd;
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user