freedoom/lumps/colormap
Mike Swanson 63b72dbd63 Remove Boom special colormaps.
We’re not a Boom IWAD anymore, we can get rid of these.
2017-02-21 18:43:14 -08:00
..
colormap.py Copyright date bump and apply SPDX tags. 2017-02-15 16:41:53 -08:00
COPYING lumps: Split out cph/misc-lumps. 2015-12-24 11:12:31 +01:00
Makefile Remove Boom special colormaps. 2017-02-21 18:43:14 -08:00
README lumps: Add README files for some directories. 2015-12-24 12:29:25 +01:00

This directory contains the generator script for the COLORMAP lump. The
COLORMAP lump is used to calculate Doom's lighting; it translates normal
colors into darkened versions in 32 different levels of light. Some more
details can be found on the Doom wiki:

   <http://doomwiki.org/wiki/COLORMAP>

Boom extends the COLORMAP to allow the addition of extra colormap lumps;
these can be used to apply colored lighting and other effects.