Color Toning fixed some bug -auto saturation - Labels - issue2454 issue2014

This commit is contained in:
jdc
2014-09-10 10:54:55 +02:00
parent ee7bb48aac
commit 7f09a19446
20 changed files with 395 additions and 364 deletions

View File

@@ -257,12 +257,12 @@ class ColorToningParams {
public:
bool enabled;
bool autosat;
bool autosat;
std::vector<double> opacityCurve;
std::vector<double> colorCurve;
int satProtectionThreshold;
int saturatedOpacity;
int strengthprotection;
int strength;
int balance;
Threshold<int> hlColSat;
Threshold<int> shadowsColSat;