init_from_hsl
Description:
public static void init_from_hsl (
out Color color,
float hue,
float saturation,
float luminance)
Converts a color expressed in HLS (hue, luminance and saturation) values into a Color.
Parameters:
| color |
return location for a Color
|
| hue |
hue value, in the 0 .. 360 range
|
| saturation |
saturation value, in the 0 .. 1 range
|
| luminance |
luminance value, in the 0 .. 1 range
|