PHP 8.1.28 Released!

GmagickDraw::setfillcolor

(PECL gmagick >= Unknown)

GmagickDraw::setfillcolorSets the fill color to be used for drawing filled objects

Açıklama

public GmagickDraw::setfillcolor(mixed $color): GmagickDraw

Sets the fill color to be used for drawing filled objects.

Bağımsız Değişkenler

color

GmagickPixel or string indicating color to use for filling.

Dönen Değerler

The GmagickDraw object on success.

add a note

User Contributed Notes

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