GoLang Imagick::getImageWhitePoint

request it (295)
GoLang replacement for PHP's Imagick::getImageWhitePoint [edit | history]



Do you know a GoLang replacement for PHP's Imagick::getImageWhitePoint? Write it!

PHP Imagick::getImageWhitePoint

PHP original manual for Imagick::getImageWhitePoint [ show | php.net ]

Imagick::getImageWhitePoint

(PECL imagick 2.0.0)

Imagick::getImageWhitePointReturns the chromaticity white point

Description

array Imagick::getImageWhitePoint ( void )

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.