Definition at line 1868 of file Drawable.h.
◆ DrawableStrokeOpacity()
| Magick::DrawableStrokeOpacity::DrawableStrokeOpacity |
( |
double | opacity_ | ) |
|
|
inline |
Definition at line 1871 of file Drawable.h.
1872 : _opacity(opacity_)
1873 {
1874 }
◆ ~DrawableStrokeOpacity()
| Magick::DrawableStrokeOpacity::~DrawableStrokeOpacity |
( |
void | | ) |
|
◆ copy()
◆ opacity() [1/2]
| void Magick::DrawableStrokeOpacity::opacity |
( |
double | opacity_ | ) |
|
|
inline |
Definition at line 1884 of file Drawable.h.
1885 {
1886 _opacity = opacity_;
1887 }
◆ opacity() [2/2]
| double Magick::DrawableStrokeOpacity::opacity |
( |
void | | ) |
const |
|
inline |
Definition at line 1888 of file Drawable.h.
1889 {
1890 return _opacity;
1891 }
◆ operator()()
| void Magick::DrawableStrokeOpacity::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
◆ _opacity
| double Magick::DrawableStrokeOpacity::_opacity |
|
private |
The documentation for this class was generated from the following files: