Colors

For developmental things relating to the graphics of the game.
Post Reply
User avatar
kyle
Reverse Outside Corner Grinder
Posts: 1876
Joined: Thu Jun 08, 2006 3:33 pm
Location: Indiana, USA, Earth, Milky Way Galaxy, Universe, Multiverse
Contact:

Colors

Post by kyle »

How are you able to code in multiple colors with just the standard C++ library?

I found out only 1 way and that was windows specific
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6711
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

What do you mean by code in multiple colors? Do you mean like syntax highlighting?
Image
User avatar
kyle
Reverse Outside Corner Grinder
Posts: 1876
Joined: Thu Jun 08, 2006 3:33 pm
Location: Indiana, USA, Earth, Milky Way Galaxy, Universe, Multiverse
Contact:

Post by kyle »

The color of the TEXT
i'm just learning a little C++ and i can only get 16 colors I wondered how to color's for the text in the game worked
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

Armagetron draws its own text via OpenGL.
Post Reply