ImagickDraw::setFillOpacity

(PECL imagick 2.0.0)

ImagickDraw::setFillOpacitySets the opacity to use when drawing using the fill color or fill texture

Beskrivelse

bool ImagickDraw::setFillOpacity ( float $fillOpacity )
Advarsel

This function is currently not documented; only its argument list is available.

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

Parametre

fillOpacity

the fill opacity

Returnerings Værdier

No value is returned.

add a note add a note

User Contributed Notes 1 note

up
1
Michael Voek
8 years ago
When fill color is changed, this is reset to 1.0 or to defined alpha with #aaxxx color format, where aa is alpha.
To Top