Home > PHP > Function > > ImagickDraw::setFillOpacity()

ImagickDraw::setFillOpacity()

ImagickDraw::setFillOpacity - Sets the opacity to use when drawing using the fill color or fill texture

Syntax

bool ImagickDraw::setFillOpacity (float $fillOpacity)

Arguments

  • fillOpacity - the fill opacity

Description

Sets the opacity to use when drawing using the fill color or fill texture. Fully opaque is 1.0.

Version

PHP PECL imagick 2.0.0

Return value

No value is returned.