GmagickDraw::setfillopacity

(PECL gmagick >= Unknown)

GmagickDraw::setfillopacityEstablece la opacidad del relleno

Descripción

public GmagickDraw::setfillopacity(float $fill_opacity): GmagickDraw

Establece la opacidad a usar cuando de dibuja untilizando el color de relleno o la textura de relleno. Establecerlo a 1.0 hará al relleno completamente opaco.

Parámetros

fill_opacity

La opacidad del 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