GmagickDraw::getstrokecolor
PHP Manual
PHP Manual»GmagickDraw»GmagickDraw::getstrokecolor

GmagickDraw::getstrokecolor

(PECL gmagick >= Unknown)

GmagickDraw::getstrokecolorReturns the color used for stroking object outlines

Опис

public function GmagickDraw::getstrokecolor(): GmagickPixel

Returns the color used for stroking object outlines.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns an GmagickPixel object which describes the color.

To Top