CDE
This commit is contained in:
parent
518da4a923
commit
764da6cbbb
6144 changed files with 83610 additions and 11 deletions
7
Task/Bitmap/Common-Lisp/bitmap-1.lisp
Normal file
7
Task/Bitmap/Common-Lisp/bitmap-1.lisp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(defpackage #:rgb-pixel-buffer
|
||||
(:use #:common-lisp)
|
||||
(:export #:rgb-pixel-component #:rgb-pixel #:rgb-pixel-buffer
|
||||
#:+red+ #:+green+ #:+blue+ #:+black+ #:+white+
|
||||
#:make-rgb-pixel #:make-rgb-pixel-buffer #:rgb-pixel-buffer-width
|
||||
#:rgb-pixel-buffer-height #:rgb-pixel-red #:rgb-pixel-green
|
||||
#:rgb-pixel-blue #:fill-rgb-pixel-buffer))
|
||||
Loading…
Add table
Add a link
Reference in a new issue