array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'imagickdraw.getstrokecolor.php', 1 => 'ImagickDraw::getStrokeColor', 2 => 'Returns the color used for stroking object outlines', ), 'up' => array ( 0 => 'class.imagickdraw.php', 1 => 'ImagickDraw', ), 'prev' => array ( 0 => 'imagickdraw.getstrokeantialias.php', 1 => 'ImagickDraw::getStrokeAntialias', ), 'next' => array ( 0 => 'imagickdraw.getstrokedasharray.php', 1 => 'ImagickDraw::getStrokeDashArray', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagickdraw/getstrokecolor.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

ImagickDraw::getStrokeColor

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getStrokeColorReturns the color used for stroking object outlines

说明

public ImagickDraw::getStrokeColor(): ImagickPixel
警告

本函数还未编写文档,仅有参数列表。

Returns the color used for stroking object outlines.

参数

stroke_color

返回值

Returns an ImagickPixel object which describes the color.