rgb(1)
NAME
rgb − build the color name database
SYNOPSIS
rgb [ dbname ]
DESCRIPTION
rgb reads from standard input lines of the form:
red green blue name
where red / green / blue are decimal values between the range 0 to 255, and name is a description of the color. rgb then builds a color name database in dbm format. The color name database provides a mapping between ASCII color names and RGB color values. It is useful for increasing the portability of color programs. The input source for the database is in $OPENWINHOME/lib/rgb.txt. rgb.txt is compiled into the dbm files rgb.dir and rgb.pag. When the server first starts up, it consults the contents of these files to build an internal representation of their contents. This internal representation is consulted to map color names to color values. rgb uses the default dbname of /usr/lib/X11/rgb.
OPTIONS
dbnameColor name database.
EXAMPLES
% rgb rgb < rgb.txt % cat $OPENWINHOME/lib/rgb.txt
FILES
$OPENWINHOME/lib/rgb.txt
color name database source. Maps color names to RBG color values.
$OPENWINHOME/lib/rgb.dir
dbm file containing color name to RGB mapping.
$OPENWINHOME/lib/rgb.pag
dbm file containing the color name to RGB mapping.
SEE ALSO
SunOS 5.2 — Last change: 19 March 1992