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

#include <STL.h>

Inheritance diagram for Magick::backgroundColorImage:

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

Collaboration graph
[legend]

Public Member Functions

 backgroundColorImage (const Color &color_)
void operator() (Image &image_) const
 backgroundColorImage (const Color &color_)
void operator() (Image &image_) const

Private Attributes

Color _color

Constructor & Destructor Documentation

Magick::backgroundColorImage::backgroundColorImage const Color color_  ) 
 

Definition at line 1006 of file STL.cpp.

References backgroundColorImage().

Referenced by backgroundColorImage().

01007 : _color( color_ ) 01008 { 01009 }

Here is the call graph for this function:

Magick::backgroundColorImage::backgroundColorImage const Color color_  ) 
 


Member Function Documentation

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

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

Definition at line 1010 of file STL.cpp.

References _color, Magick::Image::backgroundColor(), and operator()().

Referenced by operator()().

01011 { 01012 image_.backgroundColor( _color ); 01013 }

Here is the call graph for this function:


Field Documentation

Color Magick::backgroundColorImage::_color [private]
 

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