Files
ronin/examples/pixels.lisp
Devine Lu Linvega c1594dd4cc Updated some examples
2019-07-18 11:10:23 +09:00

7 lines
117 B
Common Lisp

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