From: cristy Date: Fri, 2 Apr 2010 20:53:43 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~9706 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3dad8fe6940cc759290f32a294f89e098473247;p=imagemagick --- diff --git a/Magick++/lib/Magick++/Image.h b/Magick++/lib/Magick++/Image.h index 047d092f0..25c1db0eb 100644 --- a/Magick++/lib/Magick++/Image.h +++ b/Magick++/lib/Magick++/Image.h @@ -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_ );