Definition at line 1649 of file STL.h.
◆ quantizeColorsImage()
Magick::quantizeColorsImage::quantizeColorsImage |
( |
const size_t | colors_ | ) |
|
Definition at line 1483 of file STL.cpp.
1484 : _colors( colors_ )
1485{
1486}
◆ operator()()
void Magick::quantizeColorsImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1487 of file STL.cpp.
1488{
1489 image_.quantizeColors( _colors );
1490}
◆ _colors
size_t Magick::quantizeColorsImage::_colors |
|
private |
The documentation for this class was generated from the following files:
- ImageMagick-7/Magick++/lib/Magick++/STL.h
- ImageMagick-7/Magick++/lib/STL.cpp