ImagickDraw::color

(PECL imagick 2, PECL imagick 3)

ImagickDraw::colorDraws color on image

說明

public ImagickDraw::color(float $x, float $y, int $paintMethod): bool
警告

本函數(shù)還未編寫文檔,僅有參數(shù)列表。

Draws color on image using the current fill color, starting at specified position, and using specified paint method.

參數(shù)

x

x coordinate of the paint

y

y coordinate of the paint

paintMethod

One of the PAINT constant (imagick::PAINT_*).

返回值

沒有返回值。