PHP Dokumentation: Function imagickdraw-color
12. Januar 2010 von werner
ImagickDraw::color
(PECL imagick 2.0.0)
ImagickDraw::color — Draws color on image
Beschreibung
bool ImagickDraw::color ( float $x , float $y , int $paintMethod )
Warnung
Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zurVerfü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.