GmagickDraw::getstrokeopacity
PHP Manual
PHP Manual»GmagickDraw»GmagickDraw::getstrokeopacity

GmagickDraw::getstrokeopacity

(PECL gmagick >= Unknown)

GmagickDraw::getstrokeopacityReturns the opacity of stroked object outlines

Description

public function GmagickDraw::getstrokeopacity(): float

Returns the opacity of stroked object outlines.

Parameters

This function has no parameters.

Return Values

Returns a float describing the opacity.

To Top