GmagickDraw::setstrokecolor
PHP Manual
PHP Manual»GmagickDraw»GmagickDraw::setstrokecolor

GmagickDraw::setstrokecolor

(PECL gmagick >= Unknown)

GmagickDraw::setstrokecolorSets the color used for stroking object outlines

Опис

public function GmagickDraw::setstrokecolor(mixed $color): GmagickDraw

Sets the color used for stroking object outlines.

Параметри

color
GmagickPixel or string representing the color for the stroke.

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

The GmagickDraw object on success.

To Top