GoLang Gmagick::getimageredprimary

request it (192)
GoLang replacement for PHP's Gmagick::getimageredprimary [edit | history]



Do you know a GoLang replacement for PHP's Gmagick::getimageredprimary? Write it!

PHP Gmagick::getimageredprimary

PHP original manual for Gmagick::getimageredprimary [ show | php.net ]

Gmagick::getimageredprimary

(PECL gmagick >= Unknown)

Gmagick::getimageredprimaryReturns the chromaticity red primary point

Description

public array Gmagick::getimageredprimary ( void )

Returns the chromaticity red primary point as an array with the keys "x" and "y".

Parameters

This function has no parameters.

Return Values

Returns the chromaticity red primary point as an array with the keys "x" and "y".

Errors/Exceptions

Throws an GmagickException on error.