Scroll to navigation

DCLCMP(1) GFD Dennou Club Library DCLCMP(1)

NAME

dclcmp - list available DCL colormaps and their descriptions

SYNOPSIS

dclcmp

DESCRIPTION

dclcmp is a utility program included in the GFD Dennou Club Library (DCL). It prints a list of all currently available internal color maps to the standard output.

For each color map, it displays:

1.
The index number (used for the iclrmap parameter).
2.
A brief description or name of the color map.

The index number displayed by this command can be used with the -sw:iclrmap option in other DCL programs (such as dclclr) or set via the swpset subroutine to change the color palette.

OPTIONS

dclcmp does not typically require specific options, but it accepts standard DCL runtime parameters.

EXAMPLES

To list all available color maps:

$ dclcmp
01: DEFAULT (HLS)
02: RED-BLUE
03: MAGENTA-GREEN
...

To find a specific color map number for grayscale:

$ dclcmp | grep -i gray
15: GRAY SCALE

AUTHORS

Youhei SASAKI <uwabami@gfd-dennou.org>, GFD Dennou Club

SEE ALSO

dclclr(1), dclconfig(1)

2026-01-23 DCL 7.5.2