PHP 7.0.6 Released

GmagickDraw::getfillopacity

(PECL gmagick >= Unknown)

GmagickDraw::getfillopacityReturns the opacity used when drawing

Description

public float GmagickDraw::getfillopacity ( void )

Returns the opacity used when drawing

Parameters

This function has no parameters.

Return Values

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

User Contributed Notes

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