Handbook
Glossary
glColor3i ( 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
glColor3i
(
GLint
red,
GLint
green,
GLint
blue )