GmagickDraw::setstrokecolor
PHP function
Edit on GitHub ✎
(PECL gmagick >= Unknown)
Sets the color used for stroking object outlines
Description
GmagickDraw::setstrokecolor(mixed $color): GmagickDraw
Sets the color used for stroking object outlines.
Parameters
colorGmagickPixelorstringrepresenting the color for the stroke.
Return Values
The GmagickDraw object on success.