Difference between revisions of "Tv Background"

From TVPaintWiki
Jump to: navigation, search
 
Line 1: Line 1:
[[Category:Script commands]]
+
{{GeorgeClipNav}}
[[Category:George]]
+
<<<[[George]]<<<[[George Command Reference|Command Reference]]<<<[[George Commands : Clip|Clip]]
+
  
 
+
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.

Latest revision as of 13:11, 1 January 2012

<<<George<<<Command Reference<<<Clip

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.