- TI-BASIC Color Codes on the TI-84+CE and TI-84+CSE
- 20 Mar 2013 02:06:46 pm
- Last edited by tifreak8x on 21 Aug 2013 06:49:13 pm; edited 1 time in total
Color codes
Code:
You can use these as numbers. So, for example:
Code:
works fine. It also means that BLUE*2=WHITE, which is a bit strange.
Please feel free to add additional facts for the 84+CSE below, an Admin will tack them up in to this post.
Code:
Color = ## [Token]
Blue = 10 [$EF41]
Red = 11 [$EF42]
Black = 12 [$EF43]
Magenta = 13 [$EF44]
Green = 14 [$EF45]
Orange = 15 [$EF46]
Brown = 16 [$EF47]
Navy = 17 [$EF48]
LtBlue = 18 [$EF49]
Yellow = 19 [$EF4A]
White = 20 [$EF4B]
LtGray = 21 [$EF4C]
MedGray = 22 [$EF4D]
Gray = 23 [$EF4E]
DarkGray = 24 [$EF4F]
You can use these as numbers. So, for example:
Code:
If A=1:Then
BLACK->C
Else
BLUE->C
End
Circle(50,50,50,2,1,C
works fine. It also means that BLUE*2=WHITE, which is a bit strange.
Please feel free to add additional facts for the 84+CSE below, an Admin will tack them up in to this post.