Imagick::setImageBorderColor

(PECL imagick 2.0.0)
Sets the image border color
bool Imagick::setImageBorderColor ( mixed $border )

Sets the image border color.

Parameters:
border

The border color

Returns:

Returns TRUE on success.

Exception:

Throws ImagickException on error.

Changelog:
2.1.0

Now allows a string representing the color as a parameter. Previous versions allow only an ImagickPixel object.

doc_php
2016-02-24 16:01:20
Comments
Leave a Comment

Please login to continue.