ronin/examples/pixels/pixels.lisp
2019-07-22 15:56:35 +09:00

7 lines
105 B
Common Lisp

; pixels
(clear)
(import "../../PREVIEW.jpg"
(frame))
(pixels
(rect 0 0 500 500) saturation 0.5)