text .backcolor .select  (  Red ,  Green ,  Blue  )  
                                     
Description :

This instruction selects the background color for all new text to be created or displayed.

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

Examples :