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

Constructor & Destructor Documentation

◆ matteColorImage()

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

Definition at line 1490 of file STL.cpp.

1491 : _matteColor( matteColor_ )
1492{
1493}

Member Function Documentation

◆ operator()()

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

Definition at line 1494 of file STL.cpp.

1495{
1496 image_.matteColor( _matteColor );
1497}

Member Data Documentation

◆ _matteColor

Color Magick::matteColorImage::_matteColor
private

Definition at line 1622 of file STL.h.


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