PHP 8.3.4 Released!

Gmagick::setimagebordercolor

(PECL gmagick >= Unknown)

Gmagick::setimagebordercolorSets the image border color

Description

public Gmagick::setimagebordercolor(GmagickPixel $color): Gmagick

Sets the image border color.

Parameters

color

The border pixel wand.

Return Values

The Gmagick object.

Errors/Exceptions

Throws an GmagickException on error.

add a note

User Contributed Notes

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