Magick++ 6.9.13
Loading...
Searching...
No Matches
Magick::matteImage Class Reference
Collaboration diagram for Magick::matteImage:

Public Member Functions

 matteImage (const bool matteFlag_)
 
void operator() (Image &image_) const
 

Private Attributes

bool _matteFlag
 

Detailed Description

Definition at line 1602 of file STL.h.

Constructor & Destructor Documentation

◆ matteImage()

Magick::matteImage::matteImage ( const bool matteFlag_)

Definition at line 1480 of file STL.cpp.

1481 : _matteFlag( matteFlag_ )
1482{
1483}

Member Function Documentation

◆ operator()()

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

Definition at line 1484 of file STL.cpp.

1485{
1486 image_.matte( _matteFlag );
1487}

Member Data Documentation

◆ _matteFlag

bool Magick::matteImage::_matteFlag
private

Definition at line 1610 of file STL.h.


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