Page 122 - Computational Colour Science Using MATLAB
P. 122

IMPLEMENTATIONS AND EXAMPLES                      109


                  f = 1.0;
                  c = 0.69;
                  fll = 1.0;
                  nc = 1.0;

                  para = [f c fll nc];


                  [j,C,hq,m,h,s,q,cd] = ciecam97s(xyz,xyzw,la,yb,para)

             The output of the ciecam97s function for the set of input values shown is

                  j = 34.6984
                  c = 39.6202
                  hq = 239.4437
                  m = 39.6202
                  h = 190.0318
                  s = 86.9153
                  q = 17.8702
                  cd = 39.00 Blue 61.00 Green
   117   118   119   120   121   122   123   124   125   126   127