track .key .color .set  (  red ,  Green ,  Blue  )  
                                          
Description :

This instruction assigns a color to the current key.

Parameters :

  • 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].

Notes :


The current key gets defined with the instruction track.key.set ().

Examples :