Handbook
Glossary
init_color ( color r g b -- int )
Vocabulary
curses
.
ffi
Inputs
color
an
object
r
an
object
g
an
object
b
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
curses.ffi
LIBRARY:
curses
FUNCTION:
int
init_color
(
short
color,
short
r,
short
g,
short
b )