array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'imagick.getimageblueprimary.php', 1 => 'Imagick::getImageBluePrimary', 2 => 'Returns the chromaticy blue primary point', ), 'up' => array ( 0 => 'class.imagick.php', 1 => 'Imagick', ), 'prev' => array ( 0 => 'imagick.getimageblob.php', 1 => 'Imagick::getImageBlob', ), 'next' => array ( 0 => 'imagick.getimagebordercolor.php', 1 => 'Imagick::getImageBorderColor', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagick/getimageblueprimary.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PECL imagick 2, PECL imagick 3)
Imagick::getImageBluePrimary — Returns the chromaticy blue primary point
Returns the chromaticity blue primary point for the image.
xThe chromaticity blue primary x-point.
yThe chromaticity blue primary y-point.
Array consisting of "x" and "y" coordinates of point.
Wirft ImagickException bei Fehlern.