B
This commit is contained in:
parent
e5e8880e41
commit
518da4a923
1019 changed files with 15877 additions and 0 deletions
5
Task/Bitmap/Scheme/bitmap-3.ss
Normal file
5
Task/Bitmap/Scheme/bitmap-3.ss
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
(define *black* (list 0 0 0))
|
||||
(define *white* (list 255 255 255))
|
||||
(define *red* (list 255 0 0))
|
||||
(define *green* (list 0 255 0))
|
||||
(define *blue* (list 0 0 255))
|
||||
Loading…
Add table
Add a link
Reference in a new issue