Advanced Computer
From ComputerCraft Wiki
Revision as of 22:06, 28 November 2012 by AfterLifeLochie (Talk | contribs) (Fixed reference to Paintutils API.)
The advanced computer is a computer that has mouse and colour API support. More exclusive features may be added in another update. They resemble the traditional computer console, but are golden coloured to match their crafting recipe.
Recipe
Exclusive Functions
- term.setTextColor(colors[<color>])
- term.setBackgroundColor(colors[<color>])
- (where <color> is the color as a string, like: "blue".)
NOTE: The colours table can be used instead of the colors table, the colours table exists because of spelling differences in "U.S. English" and "English English". The term.setTextColour() and term.setBackgroundColour() functions also exist for this same reason.