The Imagick class
PHP Manual

Imagick::setBackgroundColor

(No version information available, might be only in CVS)

Imagick::setBackgroundColorSets the object's default background color

Opis

bool Imagick::setBackgroundColor ( mixed $background )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Sets the object's default background color.

Parametry

background

Zwracane wartości

Zwraca TRUE w przypadku sukcesu.

Rejestr zmian

Wersja Opis
2.1.0 Now allows a string representing the color as a parameter. Previous versions allow only an ImagickPixel object.


The Imagick class
PHP Manual