GmagickDraw::setstrokeopacity
PHP Manual
PHP Manual»GmagickDraw»GmagickDraw::setstrokeopacity

GmagickDraw::setstrokeopacity

(PECL gmagick >= Unknown)

GmagickDraw::setstrokeopacitySpecifies the opacity of stroked object outlines

Опис

public function GmagickDraw::setstrokeopacity(float $stroke_opacity): GmagickDraw

Specifies the opacity of stroked object outlines.

Параметри

stroke_opacity
Stroke opacity. The value 1.0 is opaque.

Значення, що повертаються

The GmagickDraw object.

To Top