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

此函å¼ç›®å‰æ²’有åƒè€ƒæ–‡ä»¶ï¼›åªæœ‰å¼•數列表。

Warning

æœ¬å‡½å¼æ˜¯å¯¦é©—性的。這個函å¼çš„行為ã€å稱ã€å’Œé—œæ–¼æ­¤å‡½å¼çš„任何其他文件在未來PHP的發行中å¯èƒ½æœƒåœ¨ä¸é€šçŸ¥çš„æƒ…æ³ä¸‹æ”¹è®Šã€‚ 使用此函å¼éœ€è‡ªè¡Œæ‰¿æ“”風險。

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.

Return值

Returns TRUE on success.