*color-database*
Variable
- Summary
-
- The current color-database.
- Package
color
- Description
-
- This should contain definitions for all the colors used in the environment when you start it. Those colors are determinable from the file
config/r-color.lisp file and from your ownu-color.lisp file. - Example
-
- To replace the current color database with a new one, do the following:
(setf color:*color-database* (color:make-color-db))
- See also
-
delete-color-translation
read-color-db
load-color-database