home *** CD-ROM | disk | FTP | other *** search
- /*******************************************************************************
- * SCL1CLOR.H - color definitions for SCL1 Library version 2.0 *
- * *
- * Copyright (C) 1990 by José Rodríguez Alvira & José R. Lebrón *
- *******************************************************************************/
-
- #define BLACK_BLACK 0
- #define BLUE_BLACK 1
- #define GREEN_BLACK 2
- #define CYAN_BLACK 3
- #define RED_BLACK 4
- #define MAGENTA_BLACK 5
- #define BROWN_BLACK 6
- #define WHITE_BLACK 7
-
- #define BLACK_BLUE 0x10
- #define BLUE_BLUE 0x11
- #define GREEN_BLUE 0x12
- #define CYAN_BLUE 0x13
- #define RED_BLUE 0x14
- #define MAGENTA_BLUE 0x15
- #define BROWN_BLUE 0x16
- #define WHITE_BLUE 0x17
-
- #define BLACK_GREEN 0x20
- #define BLUE_GREEN 0x21
- #define GREEN_GREEN 0x22
- #define CYAN_GREEN 0x23
- #define RED_GREEN 0x24
- #define MAGENTA_GREEN 0x25
- #define BROWN_GREEN 0x26
- #define WHITE_GREEN 0x27
-
- #define BLACK_CYAN 0x30
- #define BLUE_CYAN 0x31
- #define GREEN_CYAN 0x32
- #define CYAN_CYAN 0x33
- #define RED_CYAN 0x34
- #define MAGENTA_CYAN 0x35
- #define BROWN_CYAN 0x36
- #define WHITE_CYAN 0x37
-
- #define BLACK_RED 0x40
- #define BLUE_RED 0x41
- #define GREEN_RED 0x42
- #define CYAN_RED 0x43
- #define RED_RED 0x44
- #define MAGENTA_RED 0x45
- #define BROWN_RED 0x46
- #define WHITE_RED 0x47
-
- #define BLACK_MAGENTA 0x50
- #define BLUE_MAGENTA 0x51
- #define GREEN_MAGENTA 0x52
- #define CYAN_MAGENTA 0x53
- #define RED_MAGENTA 0x54
- #define MAGENTA_MAGENTA 0x55
- #define BROWN_MAGENTA 0x56
- #define WHITE_MAGENTA 0x57
-
- #define BLACK_BROWN 0x60
- #define BLUE_BROWN 0x61
- #define GREEN_BROWN 0x62
- #define CYAN_BROWN 0x63
- #define RED_BROWN 0x64
- #define MAGENTA_BROWN 0x65
- #define BROWN_BROWN 0x66
- #define WHITE_BROWN 0x67
-
- #define BLACK_WHITE 0x70
- #define BLUE_WHITE 0x71
- #define GREEN_WHITE 0x72
- #define CYAN_WHITE 0x73
- #define RED_WHITE 0x74
- #define MAGENTA_WHITE 0x75
- #define BROWN_WHITE 0x76
- #define WHITE_WHITE 0x77
-
- #define HIGHLIGHT 8
- #define BLINK 0x80
-