merge with dev

This commit is contained in:
Desmis
2017-12-18 15:50:15 +01:00
10 changed files with 65 additions and 25 deletions

View File

@@ -343,7 +343,9 @@ struct RetinexParams {
/**
* Parameters of the luminance curve
*/
struct LCurveParams {
struct LCurveParams
{
bool enabled;
std::vector<double> lcurve;
std::vector<double> acurve;
std::vector<double> bcurve;