Next Prev Up Top Contents Index

*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 own u-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

LispWorks Reference Manual (Windows version) - 14 Dec 2001

Next Prev Up Top Contents Index