|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| floodFillAlphaImage (const ::ssize_t x_, const ::ssize_t y_, const unsigned int alpha_, const Color &target_, const bool invert_=false) | |
| void | operator() (Image &image_) const |
Private Attributes | |
| Color | _target |
| unsigned int | _alpha |
| ::ssize_t | _x |
| ::ssize_t | _y |
| bool | _invert |
| Magick::floodFillAlphaImage::floodFillAlphaImage | ( | const ::ssize_t | x_, |
| const ::ssize_t | y_, | ||
| const unsigned int | alpha_, | ||
| const Color & | target_, | ||
| const bool | invert_ = false ) |
| void Magick::floodFillAlphaImage::operator() | ( | Magick::Image & | image_ | ) | const |