Fixed a bug I introduced with last commit and changed argument order of Ciecam02::curveJfloat
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user