ImagickPixel
PHP Manual

ImagickPixel::setHSL

(PECL imagick 2.0.0)

ImagickPixel::setHSLSets the normalized HSL color

Opis

bool ImagickPixel::setHSL ( float $hue , float $saturation , float $luminosity )
Ostrzeżenie

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

Sets the color described by the ImagickPixel object using normalized values for hue, saturation and luminosity.

Parametry

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.

Zwracane wartości

Zwraca TRUE w przypadku sukcesu.

Notatki

Informacja:

Available with ImageMagick library version 6.2.9 and higher.


ImagickPixel
PHP Manual