drawGetFillOpacity method

double drawGetFillOpacity()

DrawGetFillOpacity() returns the alpha used when drawing using the fill color or fill texture. Fully opaque is 1.0.

Implementation

double drawGetFillOpacity() =>
    _magickWandBindings.DrawGetFillOpacity(_wandPtr);