ImagickPixel::setHSL
(No version information available, might be only in CVS)
ImagickPixel::setHSL — Sets the normalized HSL color
说明
æœ¬å‡½æ•°æš‚æ— æ–‡æ¡£ï¼Œä»…æœ‰å‚æ•°åˆ—表。
本函数是实验性的。本函数的行为,包括函数å称以åŠå…¶å®ƒä»»ä½•关于本函数的文档å¯èƒ½ä¼šåœ¨æ²¡æœ‰é€šçŸ¥çš„æƒ…å†µä¸‹éš 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.
返回值
Returns TRUE on success.