Difference between revisions of "MGED CMD comb color"

From BRL-CAD
(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...)
 
(not new but existing)
 
Line 10: Line 10:
 
==Argument(s)==
 
==Argument(s)==
 
: '''combination_name'''
 
: '''combination_name'''
:: Name of the New combination.
+
:: Name of an existing combination.
  
 
: '''r'''
 
: '''r'''

Latest revision as of 10:21, 20 July 2015


comb_color[edit]

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]

edcodes
em
eqn

Page Generated by David Loman on: 10/11/2007 at: 12:08:01 PM