PHP Doku:: Draws color on image - function.imagickdraw-color.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzBildverarbeitung und -generierungImage Processing (ImageMagick)The ImagickDraw classImagickDraw::color

Ein Service von Reinhard Neidl - Webprogrammierung.

The ImagickDraw class

<<ImagickDraw::clone

ImagickDraw::comment>>

ImagickDraw::color

(PECL imagick 2.0.0)

ImagickDraw::colorDraws color on image

Beschreibung

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

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

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

Parameter-Liste

x

x coordinate of the paint

y

y coordinate of the paint

paintMethod

one of the PAINT_ constants

Rückgabewerte

Es wird kein Wert zurückgegeben.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)