GmagickDraw::getfillopacity
PHP Manual
PHP Manual»GmagickDraw»GmagickDraw::getfillopacity

GmagickDraw::getfillopacity

(PECL gmagick >= Unknown)

GmagickDraw::getfillopacityReturns the opacity used when drawing

Опис

public function GmagickDraw::getfillopacity(): float

Returns the opacity used when drawing

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

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

To Top