home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
dskutl
/
wd.arc
/
COLOR.H
next >
Wrap
Text File
|
1987-08-25
|
529b
|
27 lines
/* color.h
*
* IBM PC Graphics and Color Text colors definitions
*
*/
#define FOREGROUND 1
#define BACKGROUND 0
#define BLACK 0
#define BLUE 1
#define GREEN 2
#define CYAN 3
#define RED 4
#define MAGENTA 5
#define BROWN 6
#define LTGREY 7
#define DKGREY 8
#define LTBLUE 9
#define LTGREEN 10
#define LTCYAN 11
#define LTRED 12
#define LTMAGENTA 13
#define YELLOW 14
#define WHITE 15
#define INVERSE 0x70
#define VNORMAL 7