]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/paint.h
(no commit message)
[imagemagick] / MagickCore / paint.h
index 0576d7db95e44da937b58ced3c0138f31e9cf4af..89d59e71bbf92ab32a3618dea36b6f0e72a33d21 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2012 ImageMagick Studio LLC, a non-profit organization
   dedicated to making software imaging solutions freely available.
   
   You may not use this file except in compliance with the License.
@@ -31,8 +31,8 @@ extern MagickExport Image
 extern MagickExport MagickBooleanType
   FloodfillPaintImage(Image *,const DrawInfo *,const PixelInfo *,const ssize_t,
     const ssize_t,const MagickBooleanType,ExceptionInfo *),
-  GradientImage(Image *,const GradientType,const SpreadMethod,
-    const PixelPacket *,const PixelPacket *,ExceptionInfo *),
+  GradientImage(Image *,const GradientType,const SpreadMethod,const PixelInfo *,
+    const PixelInfo *,ExceptionInfo *),
   OpaquePaintImage(Image *,const PixelInfo *,const PixelInfo *,
     const MagickBooleanType,ExceptionInfo *),
   TransparentPaintImage(Image *,const PixelInfo *,