Definition at line 712 of file STL.h.
◆ 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}
◆ 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}
◆ _matte
unsigned int Magick::matteFloodfillImage::_matte |
|
private |
◆ _method
PaintMethod Magick::matteFloodfillImage::_method |
|
private |
◆ _target
Color Magick::matteFloodfillImage::_target |
|
private |
◆ _x
::ssize_t Magick::matteFloodfillImage::_x |
|
private |
◆ _y
::ssize_t Magick::matteFloodfillImage::_y |
|
private |
The documentation for this class was generated from the following files:
- ImageMagick-6/Magick++/lib/Magick++/STL.h
- ImageMagick-6/Magick++/lib/STL.cpp