编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « ImagickDraw::clone
  • ImagickDraw::comment »
  • PHP Manual
  • ImagickDraw
  • Draws color on image

ImagickDraw::color

(PECL imagick 2.0.0)

ImagickDraw::color — Draws color on image

说明

ImagickDraw::color ( float $x , float $y , int $paintMethod ) : bool
Warning

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

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

返回值

没有返回值。

相关文章
php gmagick returns the image background colorphp gmagick sets the image background colorphp imagick blends the fill color with the imagephp imagick returns the image background colorphp imagick replaces the colors of an image with the closest color from a reference imagephp imagick enhances the contrast of a color imagephp imagick splices a solid color into the imagephp imagickdraw draws text on the imagephp imagickdraw draws an arcphp imagickdraw draws a bezier curvephp imagickdraw draws a circlephp imagickdraw draws color on imagephp imagickdraw draws an ellipse on the imagephp imagickdraw draws a quadratic bezier curvephp imagickdraw draws a quadratic bezier curvephp imagickdraw draws a cubic bezier curvephp imagickdraw draws a pointphp imagickdraw draws a polygonphp imagickdraw draws a rounded rectanglephp imagickdraw associates a named clipping path with the image
关注编程学问公众号
编程学问网 湘ICP备20001732号