GmagickDraw::setfillcolor

(PECL gmagick >= Unknown)

GmagickDraw::setfillcolorEstablece el color de relleno a usar cuando se dibujan objetos rellenos

Descripción

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

Establece el color de relleno a usar cuando se dibujan objetos rellenos.

Parámetros

color

Un objeto GmagickPixel o un string que indica el color a usar para el relleno.

Valores devueltos

El objeto GmagickDraw si se tuvo éxito

add a note add a note

User Contributed Notes

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