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

Public Member Functions

 matteColorImage (const Color &matteColor_)
 
void operator() (Image &image_) const
 

Private Attributes

Color _matteColor
 

Detailed Description

Definition at line 1561 of file STL.h.

Constructor & Destructor Documentation

◆ matteColorImage()

Magick::matteColorImage::matteColorImage ( const Color matteColor_)

Definition at line 1430 of file STL.cpp.

1431 : _matteColor( matteColor_ )
1432{
1433}

Member Function Documentation

◆ operator()()

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

Definition at line 1434 of file STL.cpp.

1435{
1436 image_.matteColor( _matteColor );
1437}

Member Data Documentation

◆ _matteColor

Color Magick::matteColorImage::_matteColor
private

Definition at line 1569 of file STL.h.


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