Back to Imagemagick

Magick++: Magick::floodFillTextureImage Class Reference

www/api/Magick++/classMagick_1_1floodFillTextureImage.html

7.1.2-214.2 KB
Original Source

| Magick++ 7.1.0 |

Public Member Functions | List of all members

Magick::floodFillTextureImage Class Reference

#include <STL.h>

|

Public Member Functions

| | | 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 | | |

Detailed Description

Definition at line 510 of file STL.h.

Constructor & Destructor Documentation

floodFillTextureImage() [1/4]

| Magick::floodFillTextureImage::floodFillTextureImage | ( | const ::ssize_t | x_, | | | | const ::ssize_t | y_, | | | | const Image & | texture_, | | | | const bool | invert_ = false | | | ) | | |

floodFillTextureImage() [2/4]

| Magick::floodFillTextureImage::floodFillTextureImage | ( | const Geometry & | point_, | | | | const Image & | texture_, | | | | const bool | invert_ = false | | | ) | | |

Definition at line 482 of file STL.cpp.

floodFillTextureImage() [3/4]

| Magick::floodFillTextureImage::floodFillTextureImage | ( | const ::ssize_t | x_, | | | | const ::ssize_t | y_, | | | | const Image & | texture_, | | | | const Color & | borderColor_, | | | | const bool | invert_ = false | | | ) | | |

floodFillTextureImage() [4/4]

| Magick::floodFillTextureImage::floodFillTextureImage | ( | const Geometry & | point_, | | | | const Image & | texture_, | | | | const Color & | borderColor_, | | | | const bool | invert_ = false | | | ) | | |

Definition at line 504 of file STL.cpp.

Member Function Documentation

operator()()

| 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: