]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 2 Apr 2010 20:53:43 +0000 (20:53 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 2 Apr 2010 20:53:43 +0000 (20:53 +0000)
Magick++/lib/Magick++/Image.h

index 047d092f019adbf634d67a410dd49240d07fb2c8..25c1db0eb6f24822ba1c6693fd9cfc1ef70f9547 100644 (file)
@@ -863,8 +863,7 @@ namespace Magick
 
     // Apply a color matrix to the image channels.  The user supplied
     // matrix may be of order 1 to 5 (1x1 through 5x5).
-    void            colorMatrix (const unsigned int order_,
-         const double *color_matrix_);
+    void            colorMatrix (const KernelInfo *color_matrix_);
 
     // Image Color Space
     void            colorSpace ( const ColorspaceType colorSpace_ );