array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'gmagickdraw.setstrokecolor.php', 1 => 'GmagickDraw::setstrokecolor', 2 => 'Sets the color used for stroking object outlines', ), 'up' => array ( 0 => 'class.gmagickdraw.php', 1 => 'GmagickDraw', ), 'prev' => array ( 0 => 'gmagickdraw.setfontweight.php', 1 => 'GmagickDraw::setfontweight', ), 'next' => array ( 0 => 'gmagickdraw.setstrokeopacity.php', 1 => 'GmagickDraw::setstrokeopacity', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/gmagick/gmagickdraw/setstrokecolor.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

GmagickDraw::setstrokecolor

(PECL gmagick >= Unknown)

GmagickDraw::setstrokecolorSets the color used for stroking object outlines

Açıklama

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

Sets the color used for stroking object outlines.

Bağımsız Değişkenler

color

GmagickPixel or string representing the color for the stroke.

Dönen Değerler

The GmagickDraw object on success.