Gmagick::radialblurimage

(PECL gmagick >= Unknown)

Gmagick::radialblurimageBrouille une image suivant un rayon

Description

public Gmagick::radialblurimage(float $angle, int $channel = Gmagick::CHANNEL_DEFAULT): Gmagick

Brouille une image suivant un rayon.

Liste de paramètres

angle

L'angle de brouillage, en degrés.

channel

Canal concerné.

Valeurs de retour

L'objet Gmagick.

Erreurs / Exceptions

Émet une exception GmagickException en cas d'erreur.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top