Handbook
Glossary
pixel-row-at ( x y w image -- pixels )
Vocabulary
images
Inputs
x
an
object
y
an
object
w
an
object
image
an
object
Outputs
pixels
an
object
Definition
USING:
images.private
sequences
;
IN:
images
:
pixel-row-at
( x y w image -- pixels )
pixel@
subseq
;
inline