Home > PHP > Function > > Imagick::getImageWhitePoint()

Imagick::getImageWhitePoint()

Imagick::getImageWhitePoint - Returns the chromaticity white point

Syntax

array Imagick::getImageWhitePoint ()

Arguments

-

Description

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

Version

PHP PECL imagick 2.0.0

Return value

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