PHP 8.4.0 RC4 available for testing

GmagickDraw::setfillopacity

(PECL gmagick >= Unknown)

GmagickDraw::setfillopacityThe setfillopacity purpose

说明

public GmagickDraw::setfillopacity(float $fill_opacity): GmagickDraw

Sets the opacity to use when drawing using the fill color or fill texture. Setting it to 1.0 will make fill full opaque.

参数

fill_opacity

Fill opacity

返回值

The GmagickDraw object.

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top