Handbook
Glossary
glColor4b ( red green blue alpha -- )
Vocabulary
opengl
.
gl
Inputs
red
an
object
green
an
object
blue
an
object
alpha
an
object
Outputs
None
Definition
USING:
alien
alien.c-types
opengl.gl.extensions
;
IN:
opengl.gl
:
glColor4b
( red green blue alpha -- )
{
"glColor4b"
}
129
gl-function-pointer
\
void
{
GLbyte
GLbyte
GLbyte
GLbyte
}
\
cdecl
alien-indirect
;