ImagickDraw::getTextUnderColor
PHP Manual
PHP Manual»ImagickDraw»ImagickDraw::getTextUnderColor

ImagickDraw::getTextUnderColor

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getTextUnderColorReturns the text under color

Beschreibung

public function ImagickDraw::getTextUnderColor(): ImagickPixel
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Parameter zur Verfügung.

Returns the color of a background rectangle to place under text annotations.

Rückgabewerte

Returns an ImagickPixel object describing the color.

To Top