PHP 7.0.6 Released

Gmagick::getimagebordercolor

(PECL gmagick >= Unknown)

Gmagick::getimagebordercolorReturns the image border color

Description

public GmagickPixel Gmagick::getimagebordercolor ( void )

Returns the image border color.

Parameters

This function has no parameters.

Return Values

GmagickPixel object representing the color of the border

Errors/Exceptions

Throws an GmagickException on error.

User Contributed Notes

There are no user contributed notes for this page.
To Top