Imagick::getImageBluePrimary
(No version information available, might be only in CVS)
Imagick::getImageBluePrimary — Returns the chromaticy blue primary point
Description
array Imagick::getImageBluePrimary ( float $x , float $y )
WarningThis function is currently not documented; only its argument list is available.
Returns the chromaticy blue primary point for the image.
Parameters
- x
-
The chromaticity blue primary x-point.
- y
-
The chromaticity blue primary x-point.
Return Values
Array constisting of "x" and "y" coordinates of point.
Errors/Exceptions
Throws ImagickException on error.