Imagick::tintImage
(No version information available, might be only in CVS)
Imagick::tintImage — Applies a color vector to each pixel in the image
Descrição
Esta função não está documentada, somente a lista de argumentos está disponÃvel.
Esta função é EXPERIMENTAL. Isso quer dizer que o comportamento desta função e seu nome, incluindo TUDO o que está documentado aqui pode mudar em futuras versões do PHP, SEM QUALQUER NOTIFICAÇÃO. Esteja avisado, e use esta função por sua própria conta e risco.
Applies a color vector to each pixel in the image. The length of the vector is 0 for black and white and at its maximum for the midtones. The vector weighing function is f(x)=(1-(4.0*((x-0.5)*(x-0.5)))).
Parâmetros
- tint
-
- opacity
-
Valor Retornado
Retorna TRUE em sucesso.