(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.
Please login to continue.