PHP 8.3.4 Released!

Gmagick::getimagebordercolor

(PECL gmagick >= Unknown)

Gmagick::getimagebordercolorReturns the image border color

Description

public Gmagick::getimagebordercolor(): GmagickPixel

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.

add a note

User Contributed Notes

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