Allow vignetting to become really strong for artistic purposes.

Also allows to change the center of vignetting.
This commit is contained in:
Jacek Poplawski
2010-10-30 13:01:38 +02:00
parent 725508ec01
commit abe8f457d1
8 changed files with 132 additions and 37 deletions

View File

@@ -249,6 +249,9 @@ class VignettingParams {
public:
int amount;
int radius;
int strength;
int centerX;
int centerY;
};
/**