drawSetStrokeOpacity method
DrawSetStrokeOpacity() specifies the alpha of stroked object outlines.
opacity
: stroke opacity. The value 1.0 is opaque.
Implementation
void drawSetStrokeOpacity(double opacity) =>
_magickWandBindings.DrawSetStrokeOpacity(_wandPtr, opacity);