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

#include <STL.h>

Inheritance diagram for Magick::transparentImage:

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

Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

Color _color

Constructor & Destructor Documentation

Magick::transparentImage::transparentImage const Color color_  ) 
 

Definition at line 919 of file STL.cpp.

References transparentImage().

Referenced by transparentImage().

00920 : _color( color_ ) 00921 { 00922 }

Here is the call graph for this function:

Magick::transparentImage::transparentImage const Color color_  ) 
 


Member Function Documentation

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

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

Definition at line 923 of file STL.cpp.

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

Referenced by operator()().

00924 { 00925 image_.transparent( _color ); 00926 }

Here is the call graph for this function:


Field Documentation

Color Magick::transparentImage::_color [private]
 

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