Handbook
Glossary
extended_color_content ( 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
extended_color_content
(
short
color, short* r, short* g, short* b )