HomeSort by relevance Sort by last modified time
    Searched refs:QueryColorname (Results 1 - 12 of 12) sorted by null

  /external/ImageMagick/MagickCore/
color.h 80 QueryColorname(const Image *,const PixelInfo *,const ComplianceType,
identify.c     [all...]
methods.h     [all...]
histogram.c     [all...]
color.c     [all...]
property.c     [all...]
xwindow.c     [all...]
  /external/ImageMagick/www/api/
color.php 55 <p class="text-center"><a href="color.php#AcquireColorCache">AcquireColorCache</a> &bull; <a href="color.php#GetColorInfoList">GetColorInfoList</a> &bull; <a href="color.php#GetColorList">GetColorList</a> &bull; <a href="color.php#ListColorInfo">ListColorInfo</a> &bull; <a href="color.php#QueryColorname">QueryColorname</a></p>
164 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/color_8c.html" id="QueryColorname">QueryColorname</a></h2>
166 <p>QueryColorname() returns a named color for the given color intensity. If an exact match is not found, a hex value is returned instead. For example an intensity of rgb:(0,0,0) returns black whereas rgb:(223,223,223) returns #dfdfdf.</p>
170 <p>The format of the QueryColorname method is:</p>
173 MagickBooleanType QueryColorname(const Image *image,
  /external/ImageMagick/coders/
xpm.c 793 (void) QueryColorname(image,&pixel,XPMCompliance,name,exception);
    [all...]
txt.c 834 (void) QueryColorname(image,&pixel,SVGCompliance,tuple,exception);
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 566 milliseconds