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

Public Member Functions

 opaqueImage (const Color &opaqueColor_, const Color &penColor_)
void operator() (Image &image_) const

Private Attributes

Color _opaqueColor
Color _penColor

Detailed Description

Definition at line 838 of file STL.h.

Constructor & Destructor Documentation

◆ opaqueImage()

Magick::opaqueImage::opaqueImage ( const Color & opaqueColor_,
const Color & penColor_ )

Definition at line 790 of file STL.cpp.

792 : _opaqueColor( opaqueColor_ ),
793 _penColor( penColor_ )
794{
795}

Member Function Documentation

◆ operator()()

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

Definition at line 796 of file STL.cpp.

797{
798 image_.opaque( _opaqueColor, _penColor );
799}

Member Data Documentation

◆ _opaqueColor

Color Magick::opaqueImage::_opaqueColor
private

Definition at line 847 of file STL.h.

◆ _penColor

Color Magick::opaqueImage::_penColor
private

Definition at line 848 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