home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Archived / Updates / Flash / writeflash / !MakeFlash / Library / Colours next >
Text File  |  2000-04-18  |  367b  |  14 lines

  1.  
  2. #define OPACITY 255
  3.  
  4. #define WHITE      { 255 255 255 OPACITY }
  5. #define GREY1      { 200 200 200 OPACITY }
  6. #define GREY2      { 150 150 150 OPACITY }
  7. #define GREY3      { 90 90 90 OPACITY }
  8. #define BLACK      { 0 0 0    OPACITY }
  9. #define RED        { 255 0 0  OPACITY }
  10. #define GREEN      { 0 255 0  OPACITY }
  11. #define BLUE       { 0 0 255  OPACITY }
  12.  
  13. #undef OPACITY
  14.