PHP 8.1.28 Released!

ImagickDraw::getFillOpacity

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getFillOpacityReturns the opacity used when drawing

说明

public ImagickDraw::getFillOpacity(): float
警告

本函数还未编写文档,仅有参数列表。

Returns the opacity used when drawing using the fill color or fill texture. Fully opaque is 1.0.

返回值

The opacity.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top