Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Search the Community

Showing results for tags 'colored text'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • OpenComputers
    • Announcements
    • Feedback
    • IRC
  • Code Central
    • Support
    • Showcase
    • Tutorials
  • Addons & More
    • Addons Mods
    • Architectures
    • OpenEngineering Task Force
  • General
    • Lounge
    • Forum Games
    • Showcase
    • Servers
  • Archives
    • Public Archives

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Minecraft


GitHub


IRC


Fediverse ID


Location


Interests

Found 1 result

  1. Okay, so i am a complete NEWB with lua. Never programmed in my life. I have watched the tutorials and none of which help me at all. I want to basically copy the idea of ComputerCrafts term.setTextColor() where i can set what i am printing/writing on the screen in color. i can do local term = require("term") local component = require("component") local gpu = compontent.gpu term.clear() print(gpu.serForeground(0x2E86C1) .. "Test") This changes my entire text to a blue. rather then just color the text i want in that line. Any help would be great. Maybe thi
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.