Handbook
Glossary
read-color-map ( type length elt-size -- color-map )
Vocabulary
images
.
tga
Inputs
type
an
object
length
an
object
elt-size
an
object
Outputs
color-map
an
object
Definition
USING:
io
kernel
math
;
IN:
images.tga
:
read-color-map
( type length elt-size -- color-map )
pick
1
=
[
8
align
8
/
*
read
]
[
2drop
f
]
if
nip
;
inline