This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
xgaarocha's profile picture

Colored Text?

Started by xgaarocha, 23 February 2012 - 12:06 AM
xgaarocha #1
Posted 23 February 2012 - 01:06 AM
I was wondering if I can create colored text. I mean, we have a color api but what would be it's point if we can't colour things?

So how do I do it? I've tried do add extra parameters to the basic "print" like:
print("LOREM IPSUM", blue)
or
print("LOREM IPSUM", 020)

Still, not working :/
FuzzyPurp #2
Posted 23 February 2012 - 01:09 AM
If you want to change terminal text color, edit the CC config. Changing text color ingame via code was removed in CC1.2, it may return in the future.
xgaarocha #3
Posted 23 February 2012 - 01:23 AM
Ahh :/

Well, until then my OS can be Black&White then. Thanks for the quick and useful help :)/>/>