PHP Doku:: Sets the color - function.imagickpixel-setcolor.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzBildverarbeitung und -generierungImage Processing (ImageMagick)The ImagickPixel classImagickPixel::setColor

Ein Service von Reinhard Neidl - Webprogrammierung.

The ImagickPixel class

<<ImagickPixel::isSimilar

ImagickPixel::setColorValue>>

ImagickPixel::setColor

(PECL imagick 2.0.0)

ImagickPixel::setColorSets the color

Beschreibung

bool ImagickPixel::setColor ( string $color )
Warnung

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

Sets the color described by the ImagickPixel object, with a string (e.g. "blue", "#0000ff", "rgb(0,0,255)", "cmyk(100,100,100,10)", etc.).

Parameter-Liste

color

The color definition to use in order to initialise the ImagickPixel object.

Rückgabewerte

Returns TRUE if the specified color was set, FALSE otherwise.


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",...)