setcolor(1F) (Form and Menu Language Interpreter) setcolor(1F)
NAME
setcolor - redefine or create a color
SYNOPSIS
setcolor color redlevel greenlevel bluelevel
DESCRIPTION
The setcolor command takes four arguments: color which must be a
string naming the color; and the arguments redlevel, greenlevel, and
bluelevel which must be integer values defining, respectively, the
intensity of the red, green, and blue components of color. Intensities
must be in the range of 0 to 1000. If you are redefining an existing
color, you must use its current name (default color names are: black,
blue, green, cyan, red, magenta, yellow, and white). setcolor returns
the name string of the color.
EXAMPLES
`setcolor blue 100 24 300`
Page 1 Reliant UNIX 5.44 Printed 11/98