ImagickDraw::setStrokeAlpha

(PECL imagick 2.0.0)

ImagickDraw::setStrokeAlphaSpecifies the opacity of stroked object outlines

說明

bool ImagickDraw::setStrokeAlpha ( float $opacity )
Warning

此函式目前沒有參考文件;只有引數列表。

Specifies the opacity of stroked object outlines.

參數

opacity

opacity

回傳值

無回傳值。

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