cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Text Colours
Text Colours
Feb 25, 2014 at 8:45am UTC
IGI30
(26)
These are the codes for color
FOREGROUND_BLUE Text color contains blue.
FOREGROUND_GREEN Text color contains green.
FOREGROUND_RED Text color contains red.
Is more color codes are available like Yellow, Purple, Sky blue, orange etc
Feb 25, 2014 at 9:28am UTC
MiiNiPaa
(8886)
Typical console support 16 colors which are coded by integral values from 0 to 15. Usually they are grouped into enum:
http://stackoverflow.com/a/17125539
http://en.wikipedia.org/wiki/List_of_monochrome_and_RGB_palettes#4-bit_RGBI
Topic archived. No new replies allowed.