Definition at line 469 of file Drawable.h.
◆ DrawableBorderColor() [1/2]
Magick::DrawableBorderColor::DrawableBorderColor |
( |
const Color & | color_ | ) |
|
Definition at line 278 of file Drawable.cpp.
279 : _color(color_)
280{
281}
◆ DrawableBorderColor() [2/2]
Definition at line 283 of file Drawable.cpp.
285 : DrawableBase(original_),
286 _color(original_._color)
287{
288}
◆ ~DrawableBorderColor()
Magick::DrawableBorderColor::~DrawableBorderColor |
( |
void | | ) |
|
◆ color() [1/2]
void Magick::DrawableBorderColor::color |
( |
const Color & | color_ | ) |
|
◆ color() [2/2]
◆ copy()
◆ operator()()
void Magick::DrawableBorderColor::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 294 of file Drawable.cpp.
296{
297 PixelInfo
298 color;
299
300 PixelWand
301 *pixel_wand;
302
303 color=static_cast<PixelInfo>(_color);
304 pixel_wand=NewPixelWand();
305 PixelSetPixelColor(pixel_wand,&color);
306 DrawSetBorderColor(context_,pixel_wand);
307 pixel_wand=DestroyPixelWand(pixel_wand);
308}
◆ _color
Color Magick::DrawableBorderColor::_color |
|
private |
The documentation for this class was generated from the following files: