Issue 2001: added vignette filter tool

This commit is contained in:
torger
2013-11-07 08:00:42 +01:00
parent 1560035cef
commit 540fa3e005
28 changed files with 512 additions and 320 deletions

View File

@@ -324,6 +324,15 @@ class GradientParamsEdited {
bool centerY;
};
class PCVignetteParamsEdited {
public:
bool enabled;
bool strength;
bool feather;
bool roundness;
};
class VignettingParamsEdited {
public:
@@ -462,6 +471,7 @@ class ParamsEdited {
LensProfParamsEdited lensProf;
PerspectiveParamsEdited perspective;
GradientParamsEdited gradient;
PCVignetteParamsEdited pcvignette;
CACorrParamsEdited cacorrection;
VignettingParamsEdited vignetting;
ChannelMixerParamsEdited chmixer;