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

GmagickDraw::getstrokeopacity

(PECL gmagick >= Unknown)

GmagickDraw::getstrokeopacityReturns the opacity of stroked object outlines

说明

public function GmagickDraw::getstrokeopacity(): float

Returns the opacity of stroked object outlines.

参数

此函数没有参数。

返回值

Returns a float describing the opacity.

To Top