ImagickDraw::color
PHP function
Edit on GitHub ✎
(PECL imagick 2, PECL imagick 3)
Draws color on image
Description
ImagickDraw::color(float $x, float $y, int $paint): bool
Func
Draws color on image using the current fill color, starting at specified position, and using specified paint method.
Parameters
xx coordinate of the paint
yy coordinate of the paint
paintOne of the PAINT constant (
imagick::PAINT_*).
Return Values
Void