Handbook
Glossary
clutter_color_from_hls ( color hue luminance saturation -- )
Vocabulary
clutter
.
ffi
Inputs
color
an
object
hue
an
object
luminance
an
object
saturation
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
void
clutter_color_from_hls
( ClutterColor* color,
gfloat
hue,
gfloat
luminance,
gfloat
saturation )