Difference between revisions of "TI-BASIC:Bordercolor"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
 
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{Template:TI-BASIC:Command
 
{{Template:TI-BASIC:Command
|picture=@@@
+
|picture=
 
|summary=Changes the color of the graph border.
 
|summary=Changes the color of the graph border.
 
|syntax=BorderColor <color#>
 
|syntax=BorderColor <color#>

Latest revision as of 21:55, 24 February 2016

[[File:|border]]

Command Summary

Changes the color of the graph border.

Command Syntax

BorderColor <color#>

Menu Location

Press:

  1. 2ND Zoom to access format menu.
  2. Scroll down to BorderColor and use arrows.

It can also be found under the catalog.

Calculator Compatibility

TI-84+ CSE/CE

Token Size

2 bytes

There are only 4 borders to choose from, so using the default colors will not work. Instead, you may only use a value between 1-4.

For example, to change the border color to light blue, do:

BorderColor 3

Here are the color values:

Color Value
Light Gray 1
Snowy Mint / Light Madang 2
Light Blue 3
White 4

The colors of borders 2 and 3 are not usable or accessible in any way except as a border color. The use of border colors 1 or 4 along with the appropriate background can create the illusion of a larger graph screen. However, nothing can be draw outside the standard window.

Related Commands