Handbook
Glossary
color>rgb ( color -- r g b )
Vocabulary
io
.
streams
.
256color
.
private
Inputs
color
an
object
Outputs
r
an
object
g
an
object
b
an
object
Definition
USING:
accessors
kernel
math
math.functions
;
IN:
io.streams.256color.private
:
color>rgb
( color -- r g b )
[
red>>
]
[
green>>
]
[
blue>>
]
tri
[
255
*
round
>integer
]
tri@
;