Gmagick
PHP Manual

Gmagick::setimageblueprimary

(PECL gmagick >= Unknown)

Gmagick::setimageblueprimarySets the image chromaticity blue primary point.

Description

public void Gmagick::setimageblueprimary ( float $x , float $y )

Sets the image chromaticity blue primary point.

Liste de paramètres

x

The blue primary x-point.

y

The blue primary y-point.

Valeurs de retour

The Gmagick object on success

Erreurs / Exceptions

Émet une exception GmagickException en cas d'erreur.


Gmagick
PHP Manual