GoLang ImagickDraw::getFillOpacity

request it (255)
GoLang replacement for PHP's ImagickDraw::getFillOpacity [edit | history]



Do you know a GoLang replacement for PHP's ImagickDraw::getFillOpacity? Write it!

PHP ImagickDraw::getFillOpacity

PHP original manual for ImagickDraw::getFillOpacity [ show | php.net ]

ImagickDraw::getFillOpacity

(PECL imagick 2.0.0)

ImagickDraw::getFillOpacityReturns the opacity used when drawing

Description

float ImagickDraw::getFillOpacity ( void )
Warning

This function is currently not documented; only its argument list is available.

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

Return Values

The opacity.