www/api/Magick++/classMagick_1_1floodFillTextureImage.html
| Magick++ 7.1.0 |
Public Member Functions | List of all members
Magick::floodFillTextureImage Class Reference
#include <STL.h>
|
| | | floodFillTextureImage (const ::ssize_t x_, const ::ssize_t y_, const Image &texture_, const bool invert_=false) | | | | | floodFillTextureImage (const Geometry &point_, const Image &texture_, const bool invert_=false) | | | | | floodFillTextureImage (const ::ssize_t x_, const ::ssize_t y_, const Image &texture_, const Color &borderColor_, const bool invert_=false) | | | | | floodFillTextureImage (const Geometry &point_, const Image &texture_, const Color &borderColor_, const bool invert_=false) | | | | void | operator() (Image &image_) const | | |
Definition at line 510 of file STL.h.
| Magick::floodFillTextureImage::floodFillTextureImage | ( | const ::ssize_t | x_, |
| | | const ::ssize_t | y_, |
| | | const Image & | texture_, |
| | | const bool | invert_ = false |
| | ) | | |
| Magick::floodFillTextureImage::floodFillTextureImage | ( | const Geometry & | point_, |
| | | const Image & | texture_, |
| | | const bool | invert_ = false |
| | ) | | |
Definition at line 482 of file STL.cpp.
| Magick::floodFillTextureImage::floodFillTextureImage | ( | const ::ssize_t | x_, |
| | | const ::ssize_t | y_, |
| | | const Image & | texture_, |
| | | const Color & | borderColor_, |
| | | const bool | invert_ = false |
| | ) | | |
| Magick::floodFillTextureImage::floodFillTextureImage | ( | const Geometry & | point_, |
| | | const Image & | texture_, |
| | | const Color & | borderColor_, |
| | | const bool | invert_ = false |
| | ) | | |
Definition at line 504 of file STL.cpp.
| void Magick::floodFillTextureImage::operator() | ( | Magick::Image & | image_ | ) | const |
Definition at line 515 of file STL.cpp.
References Magick::Image::floodFillTexture().
The documentation for this class was generated from the following files: