tpapp / cl-colors
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
Makefile | Thu May 21 18:02:09 -0700 2009 | |
| |
README | Thu May 21 18:02:09 -0700 2009 | |
| |
cl-colors.asd | Thu May 21 18:06:12 -0700 2009 | |
| |
colornames.lisp | Thu May 21 18:02:09 -0700 2009 | |
| |
colors.lisp | Thu May 21 18:02:09 -0700 2009 | |
| |
introduction.txt | Thu May 21 18:02:09 -0700 2009 | |
| |
package.lisp | Thu May 21 18:02:09 -0700 2009 | |
| |
parse-x11.lisp | Thu May 21 18:02:09 -0700 2009 | |
| |
test.lisp | Thu May 21 18:02:09 -0700 2009 |
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.
