light .color .set  (  LightObjectID ,  Red ,  Green ,  Blue  )  
                                          
Description :

This instruction sets the color of a light.

Parameters :

  • ObjectID of the light.
  • Red component of the color. Valid in the range [0,255].
  • Green component of the color. Valid in the range [0,255].
  • Blue component of the color. Valid in the range [0,255].

Examples :