merge with dev

This commit is contained in:
Desmis
2018-03-20 18:21:51 +01:00
34 changed files with 1509 additions and 2218 deletions

View File

@@ -654,7 +654,7 @@ struct ColorAppearanceParams {
struct DefringeParams {
bool enabled;
double radius;
float threshold;
int threshold;
std::vector<double> huecurve;
DefringeParams();