Forum und email

ImagickDraw::matte

(No version information available, might be only in CVS)

ImagickDraw::matte — Paints on the image's opacity channel

Beschreibung

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

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

Warnung

Diese Funktion ist EXPERIMENTELL. Das Verhalten, der Funktionsname und alles Andere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf eigenes Risiko.

Paints on the image's opacity channel in order to set effected pixels to transparent. to influence the opacity of pixels.

Parameter Liste

x

x coordinate of the matte

y

y coordinate of the matte

paintMethod

PAINT_ constant

Rückgabewerte

What the function returns, first on success, then on failure. See also the &return.success; entity