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