Difference between revisions of "Tv Background"

From TVPaintWiki
Jump to: navigation, search
(Created page with 'Category:Script commands Category:Script commands Layer Category:George tv_Background mode [r1 g1 b1] [r2 g2 b2] Defines the background type. The mode argument may …')
 
Line 1: Line 1:
 
[[Category:Script commands]]
 
[[Category:Script commands]]
[[Category:Script commands Layer]]
 
 
[[Category:George]]
 
[[Category:George]]
 +
  
 
tv_Background mode [r1 g1 b1] [r2 g2 b2]
 
tv_Background mode [r1 g1 b1] [r2 g2 b2]
  
 
Defines the background type. The mode argument may be equal to "NONE" for no background, "COLOR" for a plain background, or "CHECK" for a checker pattern background. If you use "COLOR" or "CHECK", you can indicate the color(s) to be used in the form of RGB triples (r1 g1 b1 and/or r2 g2 b2), which have values of between 0 and 255. If you use the tv_Background command without any argument, the current background data will be placed in the Result variable.
 
Defines the background type. The mode argument may be equal to "NONE" for no background, "COLOR" for a plain background, or "CHECK" for a checker pattern background. If you use "COLOR" or "CHECK", you can indicate the color(s) to be used in the form of RGB triples (r1 g1 b1 and/or r2 g2 b2), which have values of between 0 and 255. If you use the tv_Background command without any argument, the current background data will be placed in the Result variable.

Revision as of 13:12, 18 June 2010


tv_Background mode [r1 g1 b1] [r2 g2 b2]

Defines the background type. The mode argument may be equal to "NONE" for no background, "COLOR" for a plain background, or "CHECK" for a checker pattern background. If you use "COLOR" or "CHECK", you can indicate the color(s) to be used in the form of RGB triples (r1 g1 b1 and/or r2 g2 b2), which have values of between 0 and 255. If you use the tv_Background command without any argument, the current background data will be placed in the Result variable.