array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'imagick.getimagegreenprimary.php', 1 => 'Imagick::getImageGreenPrimary', 2 => 'Returns the chromaticy green primary point', ), 'up' => array ( 0 => 'class.imagick.php', 1 => 'Imagick', ), 'prev' => array ( 0 => 'imagick.getimagegravity.php', 1 => 'Imagick::getImageGravity', ), 'next' => array ( 0 => 'imagick.getimageheight.php', 1 => 'Imagick::getImageHeight', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagick/getimagegreenprimary.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Imagick::getImageGreenPrimary

(PECL imagick 2, PECL imagick 3)

Imagick::getImageGreenPrimaryReturns the chromaticy green primary point

Beschreibung

public Imagick::getImageGreenPrimary(): array

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

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns an array with the keys "x" and "y" on success, throws an ImagickException on failure.

Fehler/Exceptions

Wirft ImagickException bei Fehlern.