Suppress comment in curves.cc
This commit is contained in:
parent
4b67b0d9ac
commit
1fd18bf38a
@ -1284,7 +1284,6 @@ void CurveFactory::complexCurvelocal(double ecomp, double black, double hlcompr,
|
||||
for (int i = 0; i <= (maxran - 1.f); i += 4) {
|
||||
vfloat valv = LVFU(dcurve[i]);
|
||||
valv = igamma(valv, gamma_v, startv, slopev, mulv, addv);
|
||||
// valv = Color::igammatab_bt709[valv];
|
||||
STVFU(outCurve[i], c65535v * valv);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user