PHP 8.3.4 Released!

ImagickDraw::getFillOpacity

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getFillOpacityReturns the opacity used when drawing

Descrição

public ImagickDraw::getFillOpacity(): float
Aviso

Esta função não está documentada; apenas a lista de argumentos está disponível.

Returns the opacity used when drawing using the fill color or fill texture. Fully opaque is 1.0.

Valor Retornado

The opacity.

add a note

User Contributed Notes

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