cleanup for Ciecam02::curveJfloat(..)

This commit is contained in:
heckflosse
2016-05-13 21:52:49 +02:00
parent c601e05422
commit 74447dff99
3 changed files with 41 additions and 60 deletions

View File

@@ -74,7 +74,7 @@ public:
static void curvecolor(double satind, double satval, double &sres, double parsat);
static void curvecolorfloat(float satind, float satval, float &sres, float parsat);
static void curveJ (double br, double contr, int db, LUTf & outCurve , LUTu & histogram ) ;
static void curveJfloat (float br, float contr, int db, LUTf & outCurve , LUTu & histogram ) ;
static void curveJfloat (float br, float contr, LUTf & outCurve , const LUTu & histogram ) ;
/**
* Inverse transform from CIECAM02 JCh to XYZ.