Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
glColor3ub ( red green blue -- )
Vocabulary
opengl.gl
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glColor3ub
(
GLubyte
red,
GLubyte
green,
GLubyte
blue )
;
inline