ImagickDraw::setFillAlpha

(PECL imagick 2.0.0)

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

Beskrivelse

bool ImagickDraw::setFillAlpha ( float $opacity )
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

opacity

fill alpha

Returnerings Værdier

No value is returned.

add a note add a note

User Contributed Notes 1 note

up
1
Mark van der Velden
16 years ago
setFillAlpha is deprecated use the replacement: setFillOpacity
To Top