MGED CMD comb color
From BRL-CAD
Revision as of 06:24, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =comb_color= __TOC__ ==Syntax== :comb_color combination_name r g b ==Argument(s)== : '''combination_name''' :: Name of the New combination. : '''r''' :: Red value (0...)
comb_color
Contents
Syntax
- comb_color combination_name r g b
Argument(s)
- combination_name
- Name of the New combination.
- r
- Red value (0-255)
- g
- Green value (0-255)
- b
- Blue value (0-255)
Return Value(s)
- No Return Values for this command.
Description
The "comb_color" command assigns the color rgb (0-255) to the existing combination named combination_name.
Example(s)
- mged> comb_color region1 0 255 0
- Assign the color green to region1
See Also
Page Generated by David Loman on: 10/11/2007 at: 12:08:01 PM