Definition at line 2222 of file Drawable.h.
◆ DrawableTextUnderColor() [1/2]
| Magick::DrawableTextUnderColor::DrawableTextUnderColor |
( |
const Color & | color_ | ) |
|
◆ DrawableTextUnderColor() [2/2]
| Magick::DrawableTextUnderColor::DrawableTextUnderColor |
( |
const DrawableTextUnderColor & | original_ | ) |
|
Definition at line 1699 of file Drawable.cpp.
1701 : DrawableBase (original_),
1702 _color(original_._color)
1703{
1704}
◆ ~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 1708 of file Drawable.cpp.
1710{
1711 PixelInfo color = static_cast<PixelInfo>(_color);
1712 PixelWand *pixel_wand=NewPixelWand();
1713 PixelSetPixelColor(pixel_wand,&color);
1714 DrawSetTextUnderColor(context_,pixel_wand);
1715 pixel_wand=DestroyPixelWand(pixel_wand);
1716}
◆ _color
| Color Magick::DrawableTextUnderColor::_color |
|
private |
The documentation for this class was generated from the following files:
- /home/cristy/Attic/Build/ImageMagick-7.1.2/rpmbuild/BUILD/ImageMagick-7.1.2-build/ImageMagick-7.1.2-32/Magick++/lib/Magick++/Drawable.h
- /home/cristy/Attic/Build/ImageMagick-7.1.2/rpmbuild/BUILD/ImageMagick-7.1.2-build/ImageMagick-7.1.2-32/Magick++/lib/Drawable.cpp