(PECL gmagick >= Unknown)
Returns the chromaticy blue primary point
public array Gmagick::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 an GmagickException on error.
Please login to continue.