set-pixel-row-at ( pixel x y w image -- )


Vocabulary
images

Definition
USING: images.private ;

IN: images

: set-pixel-row-at ( pixel x y w image -- )
pixel@ set-subseq ; inline