PHP 7.0.6 Released

GmagickDraw::setstrokecolor

(PECL gmagick >= Unknown)

GmagickDraw::setstrokecolorSets the color used for stroking object outlines.

Description

public GmagickDraw GmagickDraw::setstrokecolor ( GmagickPixel $color )

Sets the color used for stroking object outlines.

Parameters

color

GmagickPixel representing the color for the stroke.

Return Values

The GmagickDraw object on success

User Contributed Notes

There are no user contributed notes for this page.
To Top