Magick++
7.0.10
|
#include <Drawable.h>
Public Member Functions | |
DrawableBorderColor (const Color &color_) | |
DrawableBorderColor (const DrawableBorderColor &original_) | |
~DrawableBorderColor (void) | |
void | operator() (MagickCore::DrawingWand *context_) const |
void | color (const Color &color_) |
Color | color (void) const |
DrawableBase * | copy () const |
Public Member Functions inherited from Magick::DrawableBase | |
DrawableBase (void) | |
virtual | ~DrawableBase (void) |
Definition at line 467 of file Drawable.h.
Magick::DrawableBorderColor::DrawableBorderColor | ( | const Color & | color_ | ) |
Definition at line 276 of file Drawable.cpp.
Magick::DrawableBorderColor::DrawableBorderColor | ( | const DrawableBorderColor & | original_ | ) |
Definition at line 282 of file Drawable.cpp.
Magick::DrawableBorderColor::~DrawableBorderColor | ( | void | ) |
Definition at line 288 of file Drawable.cpp.
void Magick::DrawableBorderColor::color | ( | const Color & | color_ | ) |
Definition at line 308 of file Drawable.cpp.
Magick::Color Magick::DrawableBorderColor::color | ( | void | ) | const |
Definition at line 313 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 318 of file Drawable.cpp.
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 292 of file Drawable.cpp.