SETCOLOR(1(
F)
Form and Menu Language Interpreter UtilitiS
eE
s)
TCOLOR(1F)
NAME
setcolor - redefine or create a color
SYNOPSIS
setcolor color red_level green_level blue_level
DESCRIPTION
The setcolor command takes four arguments; a string naming
the color, and three integers defining the intensity of the
red, green, and blue components of the color, respectively.
If you are redefining an existing color, you must use its
current name (the default colors are: black, blue, green,
cyan, red, magenta, yellow, and white). Intensities must be
in the range of 0 to 1000. The function returns the color's
name string.
EXAMPLES
`setcolor blue 100 24 300`
Page 1 May 1989