Allow vignetting to become really strong for artistic purposes.
Also allows to change the center of vignetting.
This commit is contained in:
@@ -249,6 +249,9 @@ class VignettingParams {
|
||||
public:
|
||||
int amount;
|
||||
int radius;
|
||||
int strength;
|
||||
int centerX;
|
||||
int centerY;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user