SetObjectColor

Description

Sets the diffuse color to use when drawing this object. Values should be in the range 0-255 but are not limited to it. Values greater than 255 will over saturate the object and values less than 0 will take light away.

Definition

SetObjectColor( objID, red, green, blue, alpha )

Parameters