drawGetOpacity method

double drawGetOpacity()

DrawGetOpacity() returns the alpha used when drawing with the fill or stroke color or texture. Fully opaque is 1.0.

Implementation

double drawGetOpacity() => _magickWandBindings.DrawGetOpacity(_wandPtr);