]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authoranthony <anthony@git.imagemagick.org>
Thu, 29 Sep 2011 12:51:07 +0000 (12:51 +0000)
committeranthony <anthony@git.imagemagick.org>
Thu, 29 Sep 2011 12:51:07 +0000 (12:51 +0000)
MagickCore/color.c

index e787d31ef7fe6a386ebb8a076e79ab10722f3072..9bffc09a273d9c5060c3e57968d25861683b9ea6 100644 (file)
@@ -2109,18 +2109,18 @@ static MagickBooleanType LoadColorLists(const char *filename,
 %                                                                             %
 %                                                                             %
 %                                                                             %
-%   Q u e r y C o l o r D a t a b a s e                                       %
+%   Q u e r y C o l o r C o m p l i e n c e                                   %
 %                                                                             %
 %                                                                             %
 %                                                                             %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-%  QueryColorDatabase() returns the red, green, blue, and opacity intensities
+%  QueryColorCompliance() returns the red, green, blue, and opacity intensities
 %  for a given color name.
 %
-%  The format of the QueryColorDatabase method is:
+%  The format of the QueryColorCompliance method is:
 %
-%      MagickBooleanType QueryColorDatabase(const char *name,
+%      MagickBooleanType QueryColorCompliance(const char *name,
 %        const ComplianceType compliance,PixelPacket *color,
 %        ExceptionInfo *exception)
 %