Loading...
Searching...
No Matches
Magick::matteColorImage Class Reference

Public Member Functions

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

Private Attributes

Color _matteColor
 

Detailed Description

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}

Field 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:
  • /build/reproducible-path/imagemagick-7.1.1.39+dfsg1/Magick++/lib/Magick++/STL.h
  • /build/reproducible-path/imagemagick-7.1.1.39+dfsg1/Magick++/lib/STL.cpp