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

index 21a2d398c5bfae5503c95dc4c480760de58fc966..047d092f019adbf634d67a410dd49240d07fb2c8 100644 (file)
@@ -861,6 +861,11 @@ namespace Magick
     void            colorMapSize ( const unsigned int entries_ );
     unsigned int    colorMapSize ( void );
 
+    // 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_);
+
     // Image Color Space
     void            colorSpace ( const ColorspaceType colorSpace_ );
     ColorspaceType  colorSpace ( void ) const;
@@ -1117,11 +1122,6 @@ typedef struct _ImageStatistics
     void            quantizeTreeDepth ( const unsigned int treeDepth_ );
     unsigned int    quantizeTreeDepth ( void ) const;
 
-    // Apply a color matrix to the image channels.  The user supplied
-    // matrix may be of order 1 to 5 (1x1 through 5x5).
-    void            recolor (const unsigned int order_,
-         const double *color_matrix_);
-
     // The type of rendering intent
     void            renderingIntent ( const RenderingIntent renderingIntent_ );
     RenderingIntent renderingIntent ( void ) const;