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 0 Newbie Poster
Recommended Answers
Jump to PostGreetings.
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
Jump to PostC++ 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.
All 5 Replies
red_evolve 1 Posting Whiz
gadsmuck 0 Newbie Poster
kazi Afroz 0 Newbie Poster
delly 0 Newbie Poster
Moschops 683 Practically a Master Poster Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.