array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'imagick.getimagebackgroundcolor.php', 1 => 'Imagick::getImageBackgroundColor', 2 => 'Returns the image background color', ), 'up' => array ( 0 => 'class.imagick.php', 1 => 'Imagick', ), 'prev' => array ( 0 => 'imagick.getimageattribute.php', 1 => 'Imagick::getImageAttribute', ), 'next' => array ( 0 => 'imagick.getimageblob.php', 1 => 'Imagick::getImageBlob', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagick/getimagebackgroundcolor.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Imagick::getImageBackgroundColor

(PECL imagick 2, PECL imagick 3)

Imagick::getImageBackgroundColorReturns the image background color

Beschreibung

public Imagick::getImageBackgroundColor(): ImagickPixel

Returns the image background color.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns an ImagickPixel set to the background color of the image.

Fehler/Exceptions

Wirft ImagickException bei Fehlern.