parent root
PHP: Imagick::getImageWhitePoint - Manual

Imagick::getImageWhitePoint

(PECL imagick 2.0.0)

Imagick::getImageWhitePointReturns the chromaticity white point

Description

Imagick::getImageWhitePoint ( void ) : array

Returns the chromaticity white point as an associative array with the keys "x" and "y".

Return Values

Returns the chromaticity white point as an associative array with the keys "x" and "y".

Errors/Exceptions

Throws ImagickException on error.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root