Definition at line 2222 of file Drawable.h.
◆ DrawableTextUnderColor() [1/2]
Magick::DrawableTextUnderColor::DrawableTextUnderColor |
( |
const Color & | color_ | ) |
|
◆ DrawableTextUnderColor() [2/2]
Definition at line 1701 of file Drawable.cpp.
1703 : DrawableBase (original_),
1704 _color(original_._color)
1705{
1706}
◆ ~DrawableTextUnderColor()
Magick::DrawableTextUnderColor::~DrawableTextUnderColor |
( |
void | | ) |
|
◆ color() [1/2]
void Magick::DrawableTextUnderColor::color |
( |
const Color & | color_ | ) |
|
|
inline |
Definition at line 2237 of file Drawable.h.
2238 {
2239 _color = color_;
2240 }
◆ color() [2/2]
Color Magick::DrawableTextUnderColor::color |
( |
void | | ) |
const |
|
inline |
Definition at line 2241 of file Drawable.h.
2242 {
2243 return _color;
2244 }
◆ copy()
◆ operator()()
void Magick::DrawableTextUnderColor::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
Reimplemented from Magick::DrawableBase.
Definition at line 1710 of file Drawable.cpp.
1712{
1713 PixelInfo color = static_cast<PixelInfo>(_color);
1714 PixelWand *pixel_wand=NewPixelWand();
1715 PixelSetPixelColor(pixel_wand,&color);
1716 DrawSetTextUnderColor(context_,pixel_wand);
1717 pixel_wand=DestroyPixelWand(pixel_wand);
1718}
◆ _color
Color Magick::DrawableTextUnderColor::_color |
|
private |
The documentation for this class was generated from the following files: