Fixed a bug I introduced with last commit and changed argument order of Ciecam02::curveJfloat

This commit is contained in:
heckflosse
2016-05-14 12:04:02 +02:00
parent 74447dff99
commit 9da7de4080
3 changed files with 11 additions and 6 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, LUTf & outCurve , const LUTu & histogram ) ;
static void curveJfloat (float br, float contr, const LUTu & histogram, LUTf & outCurve ) ;
/**
* Inverse transform from CIECAM02 JCh to XYZ.