The Imagick class
PHP Manual

Imagick::shadeImage

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

Imagick::shadeImageCreates a 3D effect

Descrição

bool Imagick::shadeImage ( bool $gray , float $azimuth , float $elevation )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

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.

Parâmetros

gray

azimuth

elevation

Valor Retornado

Retorna TRUE em sucesso.


The Imagick class
PHP Manual