home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Acorn User 10
/
AU_CD10.iso
/
Archived
/
Updates
/
Flash
/
writeflash
/
!MakeFlash
/
Library
/
Colours
next >
Wrap
Text File
|
2000-04-18
|
367b
|
14 lines
#define OPACITY 255
#define WHITE { 255 255 255 OPACITY }
#define GREY1 { 200 200 200 OPACITY }
#define GREY2 { 150 150 150 OPACITY }
#define GREY3 { 90 90 90 OPACITY }
#define BLACK { 0 0 0 OPACITY }
#define RED { 255 0 0 OPACITY }
#define GREEN { 0 255 0 OPACITY }
#define BLUE { 0 0 255 OPACITY }
#undef OPACITY