improvement gamut-control and conversions RGB<=>Lab see issue1551 and issue1552

This commit is contained in:
jdc
2012-09-16 07:02:02 +02:00
parent e123a5eed2
commit beeeb0c195
6 changed files with 63 additions and 54 deletions

View File

@@ -88,7 +88,7 @@ private:
public:
const static double sRGBGamma; // standard average gamma
const static double sRGBGammaCurve; // 2.4 in the curve
const static double eps_max, kappa;
const static double eps_max, kappa, epskap;
const static float D50x, D50z;
const static double u0, v0;