some tweaks to the L*a*b* correction grid module

This commit is contained in:
Alberto Griggio
2018-01-08 14:34:54 +01:00
parent 041990d216
commit 7353ff864b
5 changed files with 8 additions and 9 deletions

View File

@@ -452,7 +452,7 @@ struct ColorToningParams {
double labgridBLow;
double labgridAHigh;
double labgridBHigh;
static constexpr double LABGRID_CORR_MAX = 8000.f;
static const double LABGRID_CORR_MAX;
ColorToningParams();