Magick++ 6.9.13
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 1216 of file STL.h.

Constructor & Destructor Documentation

◆ transparentImage()

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

Definition at line 1142 of file STL.cpp.

1143 : _color( color_ )
1144{
1145}

Member Function Documentation

◆ operator()()

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

Definition at line 1146 of file STL.cpp.

1147{
1148 image_.transparent( _color );
1149}

Member Data Documentation

◆ _color

Color Magick::transparentImage::_color
private

Definition at line 1224 of file STL.h.


The documentation for this class was generated from the following files:
  • ImageMagick-6/Magick++/lib/Magick++/STL.h
  • ImageMagick-6/Magick++/lib/STL.cpp