[cello-cvs] CVS cello

fgoenninger fgoenninger at common-lisp.net
Sat Sep 16 19:14:07 UTC 2006


Update of /project/cello/cvsroot/cello
In directory clnet:/tmp/cvs-serv26222

Modified Files:
	colors.lisp 
Log Message:
Defines colors and util functions for colors.

--- /project/cello/cvsroot/cello/colors.lisp	2006/07/24 05:00:35	1.5
+++ /project/cello/cvsroot/cello/colors.lisp	2006/09/16 19:14:07	1.6
@@ -73,7 +73,8 @@
 (eval-when (:compile-toplevel :load-toplevel :execute)
   (export '(+white+ +red+ +dark-green+ +green+ +turquoise+ +dk-blue+
              +blue+ +lt-blue+ +black+ +yellow+ +lt-yellow+
-             +purple+ +gray+ +lt-gray+ +dk-gray+)))
+             +purple+ +gray+ +lt-gray+ +dk-gray+
+             light)))
 
 (defparameter +white+ (mk-rgba 255 255 255 255))
 (defparameter +red+ (mk-rgba 255 0 0 255))




More information about the Cello-cvs mailing list