GmagickDraw::setfillcolor

(PECL gmagick >= Unknown)

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

Description

publicGmagickDraw::setfillcolor(mixed$color): GmagickDraw

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

Parameters

color

GmagickPixel or string indicating color to use for filling.

Return Values

The GmagickDraw object on success.

To Top