The BorderColor Command

We're glad you came by, but you might find what you're looking for elsewhere.

TI-Basic Developer is not the site it once was. While its information on commands and other calculator features remains almost second-to-none, its forum, archives, and even hosting service, Wikidot, have been decaying for years. The calculator community would love to see what you're working on, or help you in your next coding adventure, but TI-Basic Developer is no longer the place to do it.

Instead, you should head over to Cemetech (primarily American) or TI-Planet (primarily international). Both are active, well-established forums with their own archives, chatrooms, reference material, and abundant coding tools and resources. We'll see you there, we hope.

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

.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Noncommercial 2.5 License.