|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| DrawableBorderColor (const Color &color_) | |
| DrawableBorderColor (const DrawableBorderColor &original_) | |
| void | operator() (MagickCore::DrawingWand *context_) const |
| void | color (const Color &color_) |
| Color | color (void) const |
| DrawableBase * | copy () const |
Private Attributes | |
| Color | _color |
Definition at line 469 of file Drawable.h.
| Magick::DrawableBorderColor::DrawableBorderColor | ( | const Color & | color_ | ) |
Definition at line 278 of file Drawable.cpp.
| Magick::DrawableBorderColor::DrawableBorderColor | ( | const DrawableBorderColor & | original_ | ) |
Definition at line 283 of file Drawable.cpp.
| Magick::DrawableBorderColor::~DrawableBorderColor | ( | void | ) |
Definition at line 290 of file Drawable.cpp.
| void Magick::DrawableBorderColor::color | ( | const Color & | color_ | ) |
Definition at line 310 of file Drawable.cpp.
| Magick::Color Magick::DrawableBorderColor::color | ( | void | ) | const |
Definition at line 315 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 320 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 294 of file Drawable.cpp.
|
private |
Definition at line 489 of file Drawable.h.