col

Changes the colors of different entities, depending upon the arguments.

Syntax

col <argument1> <argument2>

Inputs

bac <color>
Changes the background color to the color specified.
Supported color values: Red, Blue, Green, Yellow, Black, White, Cyan, Gray1, Gray2, Gray3, Gray4, Gray5, Gray6, Gray7, Gray8.
Data type: string, string
bac <color>
Changes the background color to the color value specified, using an integer from 0 to 67.
To view the colors, see the HyperView color pallet on the Entity Attributes panel.
Data type: string, int

Outputs

Nothing

Errors

No error codes. If the first argument is wrong, the message "Usage : col {bac} {color val}" is displayed.

If an unsupported color value is specified, the message "Color not recognized" is displayed.

Examples

Example 1
To change the background color to green:
col bac green;
Example 2
To change the background color to black:
col bac 0;