(PECL imagick 2.0.0)
ImagickDraw::color — Draws color on image
$x
, float $y
, int $paintMethod
) : bool本函数还未编写文档,仅有参数列表。
Draws color on image using the current fill color, starting at specified position, and using specified paint method.
x
x coordinate of the paint
y
y coordinate of the paint
paintMethod
one of the PAINT_ constants
没有返回值。