PHP Doku:: Sets the opacity to use when drawing using the fill color or fill texture - function.imagickdraw-setfillalpha.html

Verlauf / Chronik / History: (33) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The ImagickDraw class

<<ImagickDraw::setClipUnits

ImagickDraw::setFillColor>>

ImagickDraw::setFillAlpha

(PECL imagick 2.0.0)

ImagickDraw::setFillAlphaSets the opacity to use when drawing using the fill color or fill texture

Beschreibung

bool ImagickDraw::setFillAlpha ( float $opacity )
Warnung

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

Sets the opacity to use when drawing using the fill color or fill texture. Fully opaque is 1.0.

Parameter-Liste

opacity

fill alpha

Rückgabewerte

Es wird kein Wert zurückgegeben.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
Mark van der Velden
6.12.2007 10:37
setFillAlpha is deprecated use the replacement: setFillOpacity



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