Powered by Pair ImageMagick logo
Image Magick
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages

Magick::quantizeColorsImage Class Reference

#include <STL.h>

Inheritance diagram for Magick::quantizeColorsImage:

Inheritance graph
[legend]
Collaboration diagram for Magick::quantizeColorsImage:

Collaboration graph
[legend]

Public Member Functions

 quantizeColorsImage (const unsigned int colors_)
void operator() (Image &image_) const
 quantizeColorsImage (const unsigned int colors_)
void operator() (Image &image_) const

Private Attributes

unsigned int _colors

Constructor & Destructor Documentation

Magick::quantizeColorsImage::quantizeColorsImage const unsigned int  colors_  ) 
 

Definition at line 1330 of file STL.cpp.

References quantizeColorsImage().

Referenced by quantizeColorsImage().

01331 : _colors( colors_ ) 01332 { 01333 }

Here is the call graph for this function:

Magick::quantizeColorsImage::quantizeColorsImage const unsigned int  colors_  ) 
 


Member Function Documentation

void Magick::quantizeColorsImage::operator() Image image_  )  const
 

void Magick::quantizeColorsImage::operator() Image image_  )  const
 

Definition at line 1334 of file STL.cpp.

References _colors, operator()(), and Magick::Image::quantizeColors().

Referenced by operator()().

01335 { 01336 image_.quantizeColors( _colors ); 01337 }

Here is the call graph for this function:


Field Documentation

unsigned int Magick::quantizeColorsImage::_colors [private]
 

Definition at line 1488 of file STL.h.

Referenced by operator()().


The documentation for this class was generated from the following files:
Generated on Mon Oct 25 13:48:26 2004 for ImageMagick by doxygen 1.3.7
ImageMagick Copyright © 2004, ImageMagick Studio LLC