The Imagick class
PHP Manual

Imagick::getImageBackgroundColor

(PECL imagick 2.0.0)

Imagick::getImageBackgroundColorReturns the image background color

说明

ImagickPixel Imagick::getImageBackgroundColor ( void )
Warning

本函数还未编写文档,仅有参数列表。

Returns the image background color.

返回值

Returns an ImagickPixel set to the background color of the image. Throw an ImagickException on error.

错误/异常

Throws ImagickException on error.


The Imagick class
PHP Manual