From: anthony Date: Thu, 29 Sep 2011 12:51:07 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6928 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7efab4e8380bf7bb214c25ffb60fa66659bd78b3;p=imagemagick --- diff --git a/MagickCore/color.c b/MagickCore/color.c index e787d31ef..9bffc09a2 100644 --- a/MagickCore/color.c +++ b/MagickCore/color.c @@ -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) %