Speedup for PF_correct_RTcam()

This commit is contained in:
heckflosse
2018-02-23 13:30:52 +01:00
parent 2729b785c3
commit cfbcd6cd5b
3 changed files with 165 additions and 204 deletions

View File

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