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

#include <STL.h>

Inheritance diagram for Magick::borderColorImage:

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

Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

Color _color

Constructor & Destructor Documentation

Magick::borderColorImage::borderColorImage const Color color_  ) 
 

Definition at line 1026 of file STL.cpp.

References borderColorImage().

Referenced by borderColorImage().

01027 : _color( color_ ) 01028 { 01029 }

Here is the call graph for this function:

Magick::borderColorImage::borderColorImage const Color color_  ) 
 


Member Function Documentation

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

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

Definition at line 1030 of file STL.cpp.

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

Referenced by operator()().

01031 { 01032 image_.borderColor( _color ); 01033 }

Here is the call graph for this function:


Field Documentation

Color Magick::borderColorImage::_color [private]
 

Definition at line 1129 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