Cleanup and small improvements for ciecam02

This commit is contained in:
heckflosse
2016-05-16 18:20:42 +02:00
parent b23778eebc
commit 20aec5b129
4 changed files with 152 additions and 171 deletions

View File

@@ -125,7 +125,7 @@ public:
float c, float nc, float n, float nbb, float ncb, float cz, float d );
static void xyz2jchqms_ciecam02float( float &J, float &C, float &h,
float &Q, float &M, float &s, float &aw, float &fl, float &wh,
float &Q, float &M, float &s, float aw, float fl, float wh,
float x, float y, float z,
float xw, float yw, float zw,
float c, float nc, int gamu, float n, float nbb, float ncb, float pfl, float cz, float d );