Solving issue 2124: "Contrast by Detail Levels - 5 levels"

This commit is contained in:
Hombre
2013-12-18 23:16:48 +01:00
parent e90ab032f2
commit e50269a0e7
17 changed files with 129 additions and 85 deletions

View File

@@ -431,7 +431,8 @@ class DirPyrEqualizerParamsEdited {
public:
bool enabled;
bool mult[8];
bool mult[5];
bool threshold;
};
class HSVEqualizerParamsEdited {