Handbook
Glossary
glColor3ui ( red green blue -- )
Vocabulary
opengl
.
gl
Inputs
red
an
object
green
an
object
blue
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glColor3ui
(
GLuint
red,
GLuint
green,
GLuint
blue )