term.isColor
From ComputerCraft Wiki
Revision as of 07:12, 11 November 2012 by 81.245.134.150 (Talk) (Created page with "{{lowercase}} {{Function |name=term.isColor |returns=If the computer can display colors. |api=term |addon=ComputerCraft |desc=Returns if the computer can display colors. |exam...")
Function term.isColor | |
Returns if the computer can display colors. | |
Syntax | term.isColor() |
Returns | If the computer can display colors. |
Part of | ComputerCraft |
API | term |
Examples