Imagick::getImageBluePrimary
(PECL imagick 2.0.0)
Imagick::getImageBluePrimary — Returns the chromaticy blue primary point
Descrição
array Imagick::getImageBluePrimary
( void
)
Returns the chromaticity blue primary point for the image.
Parâmetros
-
x -
The chromaticity blue primary x-point.
-
y -
The chromaticity blue primary y-point.
Valor Retornado
Array consisting of "x" and "y" coordinates of point.
Erros
Throws ImagickException on error.