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

Public Member Functions

 matteFloodfillImage (const Color &target_, const unsigned int matte_, const ::ssize_t x_, const ::ssize_t y_, const PaintMethod method_)
 
void operator() (Image &image_) const
 

Private Attributes

Color _target
 
unsigned int _matte
 
::ssize_t _x
 
::ssize_t _y
 
PaintMethod _method
 

Detailed Description

Definition at line 712 of file STL.h.

Constructor & Destructor Documentation

◆ matteFloodfillImage()

Magick::matteFloodfillImage::matteFloodfillImage ( const Color & target_,
const unsigned int matte_,
const ::ssize_t x_,
const ::ssize_t y_,
const PaintMethod method_ )

Definition at line 682 of file STL.cpp.

686 : _target( target_ ),
687 _matte( matte_ ),
688 _x( x_ ),
689 _y( y_ ),
690 _method( method_ )
691{
692}

Member Function Documentation

◆ operator()()

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

Definition at line 693 of file STL.cpp.

694{
695 image_.matteFloodfill( _target, _matte, _x, _y, _method );
696}

Member Data Documentation

◆ _matte

unsigned int Magick::matteFloodfillImage::_matte
private

Definition at line 724 of file STL.h.

◆ _method

PaintMethod Magick::matteFloodfillImage::_method
private

Definition at line 727 of file STL.h.

◆ _target

Color Magick::matteFloodfillImage::_target
private

Definition at line 723 of file STL.h.

◆ _x

::ssize_t Magick::matteFloodfillImage::_x
private

Definition at line 725 of file STL.h.

◆ _y

::ssize_t Magick::matteFloodfillImage::_y
private

Definition at line 726 of file STL.h.


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