Color.from_hls
Description:
[ CCode ( cname = "clutter_color_from_hls" ) ]
public Color.from_hls (float hue, float luminance, float saturation)
Converts a color expressed in HLS (hue, luminance and saturation) values into a Color.
Parameters:
hue |
hue value, in the 0 .. 360 range
|
luminance |
luminance value, in the 0 .. 1 range
|
saturation |
saturation value, in the 0 .. 1 range
|
color |
return location for a Color
|