ImagickDraw::getStrokeOpacity

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getStrokeOpacityReturns the opacity of stroked object outlines

Description

publicImagickDraw::getStrokeOpacity(): float
Warning

This function is currently not documented; only its argument list is available.

Returns the opacity of stroked object outlines.

Return Values

Returns a float describing the opacity.

To Top