oO Flowzilla Oo
Addict
- Joined
- Jul 23, 2011
- Messages
- 248
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? *-)
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? *-)

