|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| DrawableFillColor (const Color &color_) | |
| DrawableFillColor (const DrawableFillColor &original_) | |
| void | operator() (MagickCore::DrawingWand *context_) const |
| DrawableBase * | copy () const |
| void | color (const Color &color_) |
| Color | color (void) const |
Private Attributes | |
| Color | _color |
Definition at line 936 of file Drawable.h.
| Magick::DrawableFillColor::DrawableFillColor | ( | const Color & | color_ | ) |
Definition at line 684 of file Drawable.cpp.
| Magick::DrawableFillColor::DrawableFillColor | ( | const DrawableFillColor & | original_ | ) |
Definition at line 688 of file Drawable.cpp.
| Magick::DrawableFillColor::~DrawableFillColor | ( | void | ) |
Definition at line 694 of file Drawable.cpp.
|
inline |
Definition at line 951 of file Drawable.h.
|
inline |
Definition at line 955 of file Drawable.h.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 706 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 697 of file Drawable.cpp.
|
private |
Definition at line 961 of file Drawable.h.