TYPE: SOP
TITLE: Color SOP

The Color SOP is used to quickly add color attributes to geometry.

The added attribute may be a point, primitive, vertex, or detail
colour.

Parameters:
    Group		- The geomtry group to apply the color to.
    Group Type		- What the group is made of.
    Class		- Where to add the attribute to the geometry.
    Color Type		- What sort of color to add.  Can be one of:
	Constant	- The same color is applied to all of the
			  group.
	Bounding Box	- A color gradient is applied depending on the
			  position of the entity in the bounding box.
	Random		- A random color is assigned to each group
			  element.
    Color		- This is the color to apply when in Constant
			  mode.
    Seed		- This is the random number seed for the
			  Random mode.

See also: AttribCreate, Point, Primitive, Vertex
