PHP 7.0.6 Released

GmagickDraw::setfillcolor

(PECL gmagick >= Unknown)

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

Description

public GmagickDraw GmagickDraw::setfillcolor ( string $color )

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

Parameters

color

GmagickPixel indicating color to use for filling.

Return Values

The GmagickDraw object on success

User Contributed Notes

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