ImagickPixel::setHSL
(No version information available, might be only in CVS)
ImagickPixel::setHSL — Sets the normalized HSL color
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.
Sets the color described by the ImagickPixel object using normalized values for hue, saturation and luminosity.
Parâmetros
- hue
-
The normalized value for hue, described as a fractional arc (between 0 and 1) of the hue circle, where the zero value is red.
- saturation
-
The normalized value for saturation, with 1 as full saturation.
- luminosity
-
The normalized value for luminosity, on a scale from black at 0 to white at 1, with the full HS value at 0.5 luminosity.
Valor Retornado
Retorna TRUE em sucesso.