Definition at line 2123 of file Drawable.h.
◆ DrawableTextUnderColor() [1/2]
| Magick::DrawableTextUnderColor::DrawableTextUnderColor |
( |
const Color & | color_ | ) |
|
◆ DrawableTextUnderColor() [2/2]
Definition at line 1511 of file Drawable.cpp.
1513 : DrawableBase (original_),
1514 _color(original_._color)
1515{
1516}
◆ ~DrawableTextUnderColor()
| Magick::DrawableTextUnderColor::~DrawableTextUnderColor |
( |
void | | ) |
|
◆ color() [1/2]
| void Magick::DrawableTextUnderColor::color |
( |
const Color & | color_ | ) |
|
|
inline |
Definition at line 2138 of file Drawable.h.
2139 {
2140 _color = color_;
2141 }
◆ color() [2/2]
| Color Magick::DrawableTextUnderColor::color |
( |
void | | ) |
const |
|
inline |
Definition at line 2142 of file Drawable.h.
2143 {
2144 return _color;
2145 }
◆ copy()
◆ operator()()
| void Magick::DrawableTextUnderColor::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
Implements Magick::DrawableBase.
Definition at line 1520 of file Drawable.cpp.
1522{
1523 PixelPacket color = static_cast<PixelPacket>(_color);
1524 PixelWand *pixel_wand=NewPixelWand();
1525 PixelSetQuantumColor(pixel_wand,&color);
1526 DrawSetTextUnderColor(context_,pixel_wand);
1527 pixel_wand=DestroyPixelWand(pixel_wand);
1528}
◆ _color
| Color Magick::DrawableTextUnderColor::_color |
|
private |
The documentation for this class was generated from the following files: