Handbook
Glossary
cogl_material_set_color4ub ( material red green blue alpha -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
material
an
object
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_material_set_color4ub
( CoglMaterial* material,
guint8
red,
guint8
green,
guint8
blue,
guint8
alpha )