Gmagick::getimagegreenprimary

(PECL gmagick >= Unknown)

Gmagick::getimagegreenprimaryReturns the chromaticy green primary point

Descrição

publicGmagick::getimagegreenprimary(): array

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

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns an array with the keys "x" and "y" on success.

Erros/Exceções

Lança uma exceção GmagickException em caso de erro.

To Top