954,500 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Color disply codes for C++?

If RGB(170,255,213) gives a pastel green color display then what is the color code I should use if I want a deeper green color tone display? Is there a list of the color display codes for C++? or where I can lookup for sample color displays? ;)

Kimmi
Newbie Poster
17 posts since Jul 2004
Reputation Points: 10
Solved Threads: 0
 

Greetings.
Umm, I believe the RGB coding is standard.
What I mean here is that if RGB(170,255,213) = green when displayed in C++, it should be the same when displayed in any other places.
I've found something relevant for you though.
RGB Color Chart

red_evolve
Posting Whiz
313 posts since Jun 2003
Reputation Points: 53
Solved Threads: 1
 

how to change the color in c++ programing using visual c++?

gadsmuck
Newbie Poster
2 posts since Jun 2010
Reputation Points: 10
Solved Threads: 0
 

Color disply codes for C++?

kazi Afroz
Newbie Poster
1 post since Oct 2010
Reputation Points: 10
Solved Threads: 0
 

i would like to know some numbers to set the different colors in C++ programming?????

delly
Newbie Poster
1 post since Jan 2011
Reputation Points: 10
Solved Threads: 0
 

C++ knows nothing of colours. C++ knows nothing of your screen. To alter colours on the screen, you will have to go looking for information on the C++ libraries provided with your operating system, which are available to you through the API.

Moschops
Practically a Master Poster
620 posts since Sep 2008
Reputation Points: 258
Solved Threads: 117
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You