]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 3 May 2013 17:30:54 +0000 (17:30 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 3 May 2013 17:30:54 +0000 (17:30 +0000)
MagickCore/gem-private.h

index 5bf5e9fe5e06e65dcb712c8d541549047eafab2b..d6ad13d71d8fa348233718f333b4472e05a2c379 100644 (file)
@@ -130,6 +130,9 @@ static inline void ConvertRGBToXYZ(const double red,const double green,
     g,
     r;
 
+  /*
+    Convert RGB to XYZ colorspace.
+  */
   assert(X != (double *) NULL);
   assert(Y != (double *) NULL);
   assert(Z != (double *) NULL);