GoLang GmagickDraw::setstrokecolor

request it (209)
GoLang replacement for PHP's GmagickDraw::setstrokecolor [edit | history]



Do you know a GoLang replacement for PHP's GmagickDraw::setstrokecolor? Write it!

PHP GmagickDraw::setstrokecolor

PHP original manual for GmagickDraw::setstrokecolor [ show | php.net ]

GmagickDraw::setstrokecolor

(PECL gmagick >= Unknown)

GmagickDraw::setstrokecolorSets the color used for stroking object outlines

Description

public GmagickDraw GmagickDraw::setstrokecolor ( mixed $color )

Sets the color used for stroking object outlines.

Parameters

color

GmagickPixel or string representing the color for the stroke.

Return Values

The GmagickDraw object on success.