MGED CMD comb color
From BRL-CAD
comb_color[edit]
Contents
Syntax[edit]
- comb_color combination_name r g b
Argument(s)[edit]
- combination_name
- Name of an existing combination.
- r
- Red value (0-255)
- g
- Green value (0-255)
- b
- Blue value (0-255)
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
The "comb_color" command assigns the color rgb (0-255) to the existing combination named combination_name.
Example(s)[edit]
- mged> comb_color region1 0 255 0
- Assign the color green to region1
See Also[edit]
Page Generated by David Loman on: 10/11/2007 at: 12:08:01 PM