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::colorMapImage Class Reference

#include <STL.h>

Inheritance diagram for Magick::colorMapImage:

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

Collaboration graph
[legend]

Public Member Functions

 colorMapImage (const unsigned int index_, const Color &color_)
void operator() (Image &image_) const
 colorMapImage (const unsigned int index_, const Color &color_)
void operator() (Image &image_) const

Private Attributes

unsigned int _index
Color _color

Constructor & Destructor Documentation

Magick::colorMapImage::colorMapImage const unsigned int  index_,
const Color color_
 

Definition at line 1103 of file STL.cpp.

References colorMapImage().

Referenced by colorMapImage().

01105 : _index( index_ ), 01106 _color( color_ ) 01107 { 01108 }

Here is the call graph for this function:

Magick::colorMapImage::colorMapImage const unsigned int  index_,
const Color color_
 


Member Function Documentation

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

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

Definition at line 1109 of file STL.cpp.

References _color, _index, Magick::Image::colorMap(), and operator()().

Referenced by operator()().

01110 { 01111 image_.colorMap( _index, _color ); 01112 }

Here is the call graph for this function:


Field Documentation

Color Magick::colorMapImage::_color [private]
 

Definition at line 1218 of file STL.h.

Referenced by operator()().

unsigned int Magick::colorMapImage::_index [private]
 

Definition at line 1217 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:24 2004 for ImageMagick by doxygen 1.3.7
ImageMagick Copyright © 2004, ImageMagick Studio LLC