(?) Display colored text in C

Discussion in 'Computer and Gadget Help Center' started by oO Flowzilla Oo, Jul 9, 2012.

  1. oO Flowzilla Oo

    oO Flowzilla Oo Addict

    Joined:
    Jul 23, 2011
    Messages:
    251
    Likes Received:
    30
    I'm not sure if this is the right spot to ask this.....

    I'm starting to learning C. I just learned the Hello World thing and know how it works. But I just wanted to know if there was a way to change the color of the text from white to any other color (red, blue, green, etc...). In lua, to call in a color, you just type in :

    blue = Color.new(0, 0, 255)
    red = Color.new(255, 0, 0)
    green = Color.new(0,255, 0)

    Is there a similar way to do this in C? *-)
     
  2. Lewie4

    Lewie4 Resident

    Joined:
    Jun 24, 2010
    Messages:
    139
    Likes Received:
    4
    Location:
    Sunderland, England
  3. oO Flowzilla Oo

    oO Flowzilla Oo Addict

    Joined:
    Jul 23, 2011
    Messages:
    251
    Likes Received:
    30
    lol you made me look like a troll.... :O
    I laughed my balls out with that link. I already tried Google but different results came out. Must've been the way I typed it or something. Thanx bruh. ;)
     

    Attached Files:

Share This Page