Defringe threshold enhancement (see issue 1801 - thanks, Ingo)

This commit is contained in:
michael
2013-09-20 07:11:39 -04:00
parent ed3b29eee8
commit f2e601a829
65 changed files with 76 additions and 71 deletions

View File

@@ -443,7 +443,7 @@ class DefringeParams {
public:
bool enabled;
double radius;
int threshold;
float threshold;
std::vector<double> huecurve;
};