Function
ClutterColorfrom_hls
Declaration [src]
void
clutter_color_from_hls (
ClutterColor* color,
gfloat hue,
gfloat luminance,
gfloat saturation
)
Description [src]
Converts a color expressed in HLS (hue, luminance and saturation)
values into a ClutterColor
.
Parameters
color |
ClutterColor |
Return location for a |
|
The argument will be set by the function. | |
The data is owned by the caller of the function. | |
hue |
gfloat |
Hue value, in the 0 .. 360 range. |
|
luminance |
gfloat |
Luminance value, in the 0 .. 1 range. |
|
saturation |
gfloat |
Saturation value, in the 0 .. 1 range. |