change the accuracy of transition and some tooltip

This commit is contained in:
Desmis
2019-09-24 14:12:42 +02:00
parent 0bfbf2486f
commit bcc65a513a
6 changed files with 10 additions and 10 deletions

View File

@@ -6971,7 +6971,7 @@ std::vector<double> Locallab::getCurvePoints(ThresholdSelector* tAdjuster) const
chromaMean = (1.0 - chromaMean) * transitionWeighting + chromaMean;
} else if (transitionWeighting < 0.0) {
// negative values -> give more weight to Pastels
chromaMean = chromaMean * transitionWeighting + chromaMean;
chromaMean = chromaMean * transitionWeighting + chromaMean;
}
// point at the location of the Top cursor, at the end of the first linear transition and the beginning of the second one