(PECL imagick 2.0.0)
Returns the chromaticy blue primary point
array Imagick::getImageBluePrimary ( void )
Returns the chromaticity blue primary point for the image.
Parameters:
x
The chromaticity blue primary x-point.
y
The chromaticity blue primary y-point.
Returns:
Array consisting of "x" and "y" coordinates of point.
Exception:
Throws ImagickException on error.
Please login to continue.