tpapp / cl-colors

Simple color library for Common Lisp

This URL has Read+Write access

name age message
file Makefile Thu May 21 18:02:09 -0700 2009 first commit [tpapp]
file README Thu May 21 18:02:09 -0700 2009 first commit [tpapp]
file cl-colors.asd Thu May 21 18:06:12 -0700 2009 License change. [tpapp]
file colornames.lisp Thu May 21 18:02:09 -0700 2009 first commit [tpapp]
file colors.lisp Thu May 21 18:02:09 -0700 2009 first commit [tpapp]
file introduction.txt Thu May 21 18:02:09 -0700 2009 first commit [tpapp]
file package.lisp Thu May 21 18:02:09 -0700 2009 first commit [tpapp]
file parse-x11.lisp Thu May 21 18:02:09 -0700 2009 first commit [tpapp]
file test.lisp Thu May 21 18:02:09 -0700 2009 first commit [tpapp]
README
The purpose of this simple package to provide named colors that can be
used by other packages.  Each color is stored in a structure, and
named colors are defined as constants (eg +black+, +blue+, +slateblue+
etc).  Currently, the colors were converted from X11's rgb.txt, but
may be expanded in the future.  Alpha channels and HSV conversion are
supported.  The library of course doesn't depend on X11, the converted
file is included.