The Imagick class
PHP Manual

Imagick::shadeImage

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

Imagick::shadeImageCreates a 3D effect

Opis

bool Imagick::shadeImage ( bool $gray , float $azimuth , float $elevation )
Ostrzeżenie

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

Shines a distant light on an image to create a three-dimensional effect. You control the positioning of the light with azimuth and elevation; azimuth is measured in degrees off the x axis and elevation is measured in pixels above the Z axis.

Parametry

gray

azimuth

elevation

Zwracane wartości

Zwraca TRUE w przypadku sukcesu.


The Imagick class
PHP Manual