![]() |
![]() |
![]() |
#include <STL.h>
Inheritance diagram for Magick::floodFillColorImage:


Public Member Functions | |
| floodFillColorImage (const unsigned int x_, const unsigned int y_, const Color &fillColor_) | |
| floodFillColorImage (const Geometry &point_, const Color &fillColor_) | |
| floodFillColorImage (const unsigned int x_, const unsigned int y_, const Color &fillColor_, const Color &borderColor_) | |
| floodFillColorImage (const Geometry &point_, const Color &fillColor_, const Color &borderColor_) | |
| void | operator() (Image &image_) const |
| floodFillColorImage (const unsigned int x_, const unsigned int y_, const Color &fillColor_) | |
| floodFillColorImage (const Geometry &point_, const Color &fillColor_) | |
| floodFillColorImage (const unsigned int x_, const unsigned int y_, const Color &fillColor_, const Color &borderColor_) | |
| floodFillColorImage (const Geometry &point_, const Color &fillColor_, const Color &borderColor_) | |
| void | operator() (Image &image_) const |
Private Attributes | |
| unsigned int | _x |
| unsigned int | _y |
| Color | _fillColor |
| Color | _borderColor |
|
||||||||||||||||
|
Definition at line 328 of file STL.cpp. References floodFillColorImage(). Referenced by floodFillColorImage().
Here is the call graph for this function: ![]() |
|
||||||||||||
|
Definition at line 337 of file STL.cpp. References floodFillColorImage().
Here is the call graph for this function: ![]() |
|
||||||||||||||||||||
|
Definition at line 348 of file STL.cpp. References floodFillColorImage().
Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
Definition at line 358 of file STL.cpp. References floodFillColorImage().
Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
Definition at line 367 of file STL.cpp. References _borderColor, _fillColor, _x, _y, Magick::Image::floodFillColor(), Magick::Color::isValid(), and operator()(). Referenced by operator()().
Here is the call graph for this function: ![]() |
|
|
Definition at line 412 of file STL.h. Referenced by operator()(). |
|
|
Definition at line 411 of file STL.h. Referenced by operator()(). |
|
|
Definition at line 409 of file STL.h. Referenced by operator()(). |
|
|
Definition at line 410 of file STL.h. Referenced by operator()(). |
1.3.7
ImageMagick Copyright © 2004, ImageMagick Studio LLC