Syntax: |
SET COLORMAPFILE filename
|
SET COLORMAPFILE
allows the user to import a COLORMAP described by RGB codes
represented as three 2-digit hexadecimal numbers, separated by a space. For example:
FF 00 00
→ represents color red
00 FF 00
→ represents color green
00 00 FF
→ represents color blue
FF FF 00
→ represents color yellow
00 00 00
→ represents color black
A COLORMAP
color is accessed by its index number. For example, in the color set above,
blue would be referenced by index number
3
.
There is an example color map file,
DefaultColorMap.dat
, which can be
found in the same folder as the
EXTREMA program.