]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/color.h
(no commit message)
[imagemagick] / MagickCore / color.h
index 998deb03f5ead302b43679c5846785913b4c3ab2..36e81dd4d1986457857306ed5e170ecfe9252044 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.
@@ -71,17 +71,13 @@ extern MagickExport const ColorInfo
   **GetColorInfoList(const char *,size_t *,ExceptionInfo *);
 
 extern MagickExport MagickBooleanType
-  IsEquivalentAlpha(const Image *,const PixelPacket *,const PixelPacket *),
+  IsEquivalentAlpha(const Image *,const PixelInfo *,const PixelInfo *),
   IsEquivalentImage(const Image *,const Image *,ssize_t *x,ssize_t *y,
     ExceptionInfo *),
   ListColorInfo(FILE *,ExceptionInfo *),
-  QueryColorCompliance(const char *,const ComplianceType,PixelPacket *,
+  QueryColorCompliance(const char *,const ComplianceType,PixelInfo *,
     ExceptionInfo *),
-  QueryColorname(const Image *,const PixelPacket *,const ComplianceType,char *,
-    ExceptionInfo *),
-  QueryMagickColorCompliance(const char *,const ComplianceType,PixelInfo *,
-    ExceptionInfo *),
-  QueryMagickColorname(const Image *,const PixelInfo *,const ComplianceType,
+  QueryColorname(const Image *,const PixelInfo *,const ComplianceType,
     char *,ExceptionInfo *);
 
 extern MagickExport void