ronin/examples/pixels.lisp
2019-07-16 20:51:30 +02:00

12 lines
128 B
Common Lisp

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