Forum und email

ImagickPixel::setHSL

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

ImagickPixel::setHSL — Sets the normalized HSL color

설명

bool ImagickPixel::setHSL ( float $hue , float $saturation , float $luminosity )
Warning

This function is currently not documented; only the argument list is available.

Warning

This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk.

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

매개변수

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.

반환값

성공시에 TRUE를 반환합니다.