added on/off switch for L*a*b* adjustments

This commit is contained in:
Alberto Griggio
2017-12-16 18:36:28 +01:00
parent 4ef705cdd6
commit e1bf4b075f
9 changed files with 57 additions and 18 deletions

View File

@@ -341,6 +341,7 @@ struct RetinexParams
*/
struct LCurveParams
{
bool enabled;
std::vector<double> lcurve;
std::vector<double> acurve;
std::vector<double> bcurve;