Handbook
Glossary
cogl_set_source_color4f ( red green blue alpha -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
red
an
object
green
an
object
blue
an
object
alpha
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.cogl.ffi
LIBRARY:
clutter.cogl
FUNCTION:
void
cogl_set_source_color4f
(
gfloat
red,
gfloat
green,
gfloat
blue,
gfloat
alpha )