MGED CMD comb color

From BRL-CAD


comb_color

Syntax

comb_color combination_name r g b


Argument(s)

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)

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

edcodes
em
eqn

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