drawGetFillOpacity method
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);
DrawGetFillOpacity() returns the alpha used when drawing using the fill color or fill texture. Fully opaque is 1.0.
double drawGetFillOpacity() =>
_magickWandBindings.DrawGetFillOpacity(_wandPtr);