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

  /external/ImageMagick/Magick++/demo/
button.cpp 81 button.quantizeColors(64);
demo.cpp 277 example.quantizeColors( 2 );
  /external/ImageMagick/Magick++/lib/Magick++/
Options.h 159 void quantizeColors(const size_t colors_);
160 size_t quantizeColors(void) const;
Image.h 366 void quantizeColors(const size_t colors_);
367 size_t quantizeColors(void) const;
    [all...]
  /external/ImageMagick/Magick++/tests/
attributes.cpp 1118 // quantizeColors
1121 if ( image.quantizeColors() != 256 )
1125 << ", quantizeColors is not 256 as expected" << endl;
1129 image.quantizeColors(200);
1130 if ( image.quantizeColors() != 200 )
1133 cout << "Line: " << __LINE__ << ", quantizeColors set/get failed" << endl;
1135 image.quantizeColors(0);
  /external/ImageMagick/Magick++/lib/
Options.cpp 447 void Magick::Options::quantizeColors(const size_t colors_)
452 size_t Magick::Options::quantizeColors(void) const
Image.cpp 519 quantizeColors(MaxColormapSize);
1253 void Magick::Image::quantizeColors(const size_t colors_)
1256 options()->quantizeColors(colors_);
1259 size_t Magick::Image::quantizeColors(void) const
1261 return(constOptions()->quantizeColors());
    [all...]
STL.cpp     [all...]

Completed in 119 milliseconds