Change sensitivity slider lightness Color and light
This commit is contained in:
@@ -1157,7 +1157,9 @@ void CurveFactory::complexCurvelocal(double ecomp, double black, double hlcompr,
|
|||||||
// check if brightness curve is needed
|
// check if brightness curve is needed
|
||||||
if (br > 0.00001 || br < -0.00001) {
|
if (br > 0.00001 || br < -0.00001) {
|
||||||
// utili = true;
|
// utili = true;
|
||||||
br /= 4.f;//to avoid artifacts in some cases
|
if(br > 0) {
|
||||||
|
br /= 4.f;//to avoid artifacts in some cases
|
||||||
|
}
|
||||||
std::vector<double> brightcurvePoints;
|
std::vector<double> brightcurvePoints;
|
||||||
brightcurvePoints.resize(9);
|
brightcurvePoints.resize(9);
|
||||||
brightcurvePoints.at(0) = double (DCT_NURBS);
|
brightcurvePoints.at(0) = double (DCT_NURBS);
|
||||||
|
Reference in New Issue
Block a user