Title | Previous | Next

bg

Redefine the background color of a window.

Synopsis:

bg 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 background color for the active window. If all color values are between 0. and 1. then the active window's background 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:

bg 0.0 0.0 1.0 #Set background color to blue.

bg 1.0 1.0 1.0 #Set background color to white.

See Also:

colordef , fg , invert


Title | Previous | Next

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