Handbook
Glossary
XImage-pixels ( ximage -- byte-array )
Vocabulary
x11
.
xlib
Inputs
ximage
an
object
Outputs
byte-array
an
object
Definition
USING:
accessors
alien.data
kernel
;
IN:
x11.xlib
:
XImage-pixels
( ximage -- byte-array )
[
data>>
]
[
XImage-size
]
bi
memory>byte-array
;