Difference between revisions of "TI-BASIC:Backgroundoff"
From Learn @ Cemetech
Jump to navigationJump to search (Initial automated import) |
Michael2_3B (talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
{{Template:TI-BASIC:Command | {{Template:TI-BASIC:Command | ||
− | |picture= | + | |picture= |
− | |summary= | + | |summary= |
− | |syntax= | + | |syntax= |
− | |location= | + | |location= |
− | |compatibility= | + | |compatibility= |
− | |size= | + | |size= |
}} | }} | ||
Line 31: | Line 31: | ||
= Related Commands = | = Related Commands = | ||
− | * [ | + | * [[TI-BASIC:Backgroundon|BackgroundOn]][[Category:TI-BASIC]] |
[[Category:TIBD]] | [[Category:TIBD]] |
Latest revision as of 15:21, 23 March 2016
[[File:{{{picture}}}|border]]
Command Summary
Turns off the graph Background, setting it back to the default white color.
Command Syntax
BackgroundOff
Menu Location
[2ND][PRGM][LEFT ARROW][2]
TI-84+CE/CSE
2 bytes
The BackgroundOff command has only one purpose: turn the background off. Run the command on its own line in a program with no other characters or arguments.
:BackgroundOn BLUE //Makes background blue :BackgroundOff //Makes background white again
Optimization
BackgroundOff does essentially the same thing as turning the background on to the color white, as shown below.
:BackgroundOn WHITE can be :BackgroundOff