Gmagick::setimageblueprimary
PHP Manual
PHP Manual»Gmagick»Gmagick::setimageblueprimary

Gmagick::setimageblueprimary

(PECL gmagick >= Unknown)

Gmagick::setimageblueprimarySets the image chromaticity blue primary point

Descrizione

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

Sets the image chromaticity blue primary point.

Elenco dei parametri

x
The blue primary x-point.
y
The blue primary y-point.

Valori restituiti

The Gmagick object.

Errori/Eccezioni

Throws an GmagickException on error.

To Top