color sset
Sets the selection set color.
Syntax
color sset <color> all
color sset <color> <name>
color sset <RGB> all
color sset <RGB> <name>
Arguments
- <color>
- Select a color from the color palette or from the list of colors displayed.
- <RGB>
- Enter RGB values to choose the color to apply to the selection set(s).
Examples
Apply the color red to Set_3.1:
color sset Red Set_3.1
Apply the color to all sets:
color sset Aqua all
Apply the color yellow to two
sets:
color sset Yellow Set_5.1,Set_3.1
Apply a color to a set using the color's RGB
values:
color sset 255 255 0 "1D Set"
Apply a color, using the RGB values, to two
sets:
color sset 255 0 0 Set_5.1,Set_3.1