Title | Previous | Next

fg

Redefine the foreground color of a window.

Synopsis:

fg red green blue

Arguments:

red

The red component of the color. This is a floating point percentage between 0. and 1.

green

The green component of the color. This is a floating point percentage between 0. and 1.

blue

The blue component of the color. This is a floating point percentage between 0. and 1.

This command sets the foreground color for the active window. If all color values are between 0. and 1., then the active window's foreground color will be changed to the color specified by the red, green, blue arguments when the window is next redrawn. If one or more color values are not between 0. and 1., an error message will appear and the command will be ignored.

Examples:

fg 0.0 0.0 1.0 #Set foreground color to blue.

fg 0.0 0.0 0.0 #Set foreground color to black.

See Also:

bg , colordef , invert


Title | Previous | Next

MeshTV@viper.llnl.gov
Copyright © 1998, U.S. Department of Energy. All rights reserved.