term.setTextColor
From ComputerCraft Wiki
| changes the color of your font (For common use add the decimal code of the color) | |
| Syntax | Term.setTextColor(color code) |
| Returns | None |
| Part of | ComputerCraft |
| API | term |
Examples
| Makes the words hello world! grey | |
| Code |
Term.SetTextcolor(128) |