Definition at line 1941 of file Drawable.h.
◆ DrawableStrokeOpacity()
Magick::DrawableStrokeOpacity::DrawableStrokeOpacity |
( |
double | opacity_ | ) |
|
|
inline |
Definition at line 1945 of file Drawable.h.
1946 : _opacity(opacity_)
1947 {
1948 }
◆ ~DrawableStrokeOpacity()
Magick::DrawableStrokeOpacity::~DrawableStrokeOpacity |
( |
void | | ) |
|
◆ copy()
◆ opacity() [1/2]
void Magick::DrawableStrokeOpacity::opacity |
( |
double | opacity_ | ) |
|
|
inline |
Definition at line 1958 of file Drawable.h.
1959 {
1960 _opacity=opacity_;
1961 }
◆ opacity() [2/2]
double Magick::DrawableStrokeOpacity::opacity |
( |
void | | ) |
const |
|
inline |
Definition at line 1963 of file Drawable.h.
1964 {
1965 return(_opacity);
1966 }
◆ 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: