Magick++ 7.1.1
Loading...
Searching...
No Matches
Magick::transparentImage Class Reference
Collaboration diagram for Magick::transparentImage:

Public Member Functions

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

Private Attributes

Color _color
 

Detailed Description

Definition at line 1183 of file STL.h.

Constructor & Destructor Documentation

◆ transparentImage()

Magick::transparentImage::transparentImage ( const Color color_)

Definition at line 1098 of file STL.cpp.

1099 : _color( color_ )
1100{
1101}

Member Function Documentation

◆ operator()()

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

Definition at line 1102 of file STL.cpp.

1103{
1104 image_.transparent( _color );
1105}

Member Data Documentation

◆ _color

Color Magick::transparentImage::_color
private

Definition at line 1191 of file STL.h.


The documentation for this class was generated from the following files: