[Kst] branches/work/kst/portto4/kst/src/libkstmath

Adam Treat treat at kde.org
Fri Feb 16 23:10:07 CET 2007


SVN commit 634339 by treat:

* Compile


 M  +2 -2      kstcolorsequence.cpp  


--- branches/work/kst/portto4/kst/src/libkstmath/kstcolorsequence.cpp #634338:634339
@@ -219,8 +219,8 @@
   // The 2nd angle is phi = S*(PI/4)/255
   // a color is acceptable if |C1-C2|>dcMin
 
-  color.getHsv(sugH,sugS,sugV);
-  badColor.getHsv(badH, badS, badV);
+  color.getHsv(&sugH,&sugS,&sugV);
+  badColor.getHsv(&badH, &badS, &badV);
 
   r1 = badV/255.0;
   h1 = badH*M_PI/180.0;


More information about the Kst mailing list