reduce the range of the lab grid colour toning method

allows for more fine-tuning where it matters most
This commit is contained in:
Alberto Griggio
2018-06-13 14:14:39 +02:00
parent 09b5dca08d
commit d8bf532e47
4 changed files with 17 additions and 5 deletions

View File

@@ -454,6 +454,7 @@ struct ColorToningParams {
double labgridAHigh;
double labgridBHigh;
static const double LABGRID_CORR_MAX;
static const double LABGRID_CORR_SCALE;
ColorToningParams();