ImagickDraw::setStrokeAlpha

(PECL imagick 2.0.0)

ImagickDraw::setStrokeAlphaSpecifies the opacity of stroked object outlines

Beskrivelse

bool ImagickDraw::setStrokeAlpha ( float $opacity )
Advarsel

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

Specifies the opacity of stroked object outlines.

Parametre

opacity

opacity

Returnerings Værdier

No value is returned.

add a note add a note

User Contributed Notes 2 notes

up
1
Thomas
9 years ago
Must be set after setStrokeColor().

Values between 0 (invisible) and 1.
up
0
Anonymous
5 years ago
ImagickDraw::setStrokeAlpha method is deprecated and it's use should be avoided

not sure since which version this became deprecated.
To Top