home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d07xx / d0787.lha / SetSC / SetSC.MAPS < prev    next >
Text File  |  1992-12-24  |  3KB  |  65 lines

  1. ; SetSC MAP SOURCE FILE
  2. ; ~~~~~~~~~~~~~~~~~~~~~
  3. ; SetSC & GetSC, Copyright ⌐1991-1992, Chris P. Vandierendonck,
  4. ;                All Rights Reserved.
  5. ;
  6. ; --> THIS FILE MUST BE PRESENT IN YOUR 'S:' DIRECTORY UNDER
  7. ; --> THE NAME 'SetSC.MAPS'!!!
  8.  
  9. ; Compilation : Thursday 26 November 1992
  10. ; ~~~~~~~~~~~
  11.  
  12. ; IMPORTANT ! -> Don't use spaces between the '()'-string.
  13. ; ~~~~~~~~~   -> To indicate the value-notation place the following character
  14. ;                before the colour value :
  15. ;
  16. ;                Value          Notation        Range
  17. ;                -----------------------------------------------
  18. ;                Decimal        '', 'd' or 'D'  0..4095
  19. ;                Hexadecimal    'h' or 'H'      0..FFF
  20. ;                Octal          'c' or 'C'      0..7777
  21. ;                Binary         'b' or 'B'      0..111111111111
  22.  
  23. ; Amiga Default Colourmaps :
  24. ; ~~~~~~~~~~~~~~~~~~~~~~~~
  25.  
  26. d1x        (h05A,hFFF,h002,hF80)                      ; Workbench v1.x
  27. d2x        (hAAA,h000,hFFF,h68B)                      ; Workbench v2.x
  28.  
  29. ; AmiSYS Colourmaps :
  30. ; ~~~~~~~~~~~~~~~~~
  31. ; NOTE: all colours were tested under the new graphical interface of Workbench
  32. ;       v2.x. If you want to use them on the old versions, use REMAP when
  33. ;       running SetSC (e.g. 'SetSC NAME grey REMAP'), or replace the maps
  34. ;       by the ones given after the comment sign (;).
  35. ;
  36.  
  37. grey       (h888,h000,hFFF,hDDD)     ; (h888,hFFF,h000,hDDD)
  38. desert     (hC94,h000,hCCC,hF00)     ; (hC94,hCCC,h000,hF00)
  39. oak        (h852,h000,hCCC,h0A5)     ; (h852,hCCC,h000,h0A5)
  40. sunny      (hC82,h000,hCCC,hF30)     ; (hC82,hCCC,h000,hF30)
  41. ocean      (h06E,h000,h4AF,h0CF)     ; (h06E,h4AF,h000,h0CF)
  42. hot        (hA34,h000,h4BF,hBD1)     ; (hA34,h4BF,h000,hBD1)
  43. chocolate  (h534,h000,hBBF,h978)     ; (h534,hBBF,h000,h978)
  44. belgium    (h666,h000,hFF0,hF00)     ; (h666,hFF0,h000,hF00)
  45. pinky      (hF8B,h004,hFFF,h96C)     ; (hF8B,hFFF,h004,h96C)
  46. greens     (h066,h020,hFFF,h6CA)     ; (h066,hFFF,h020,h6CA)
  47. work       (h446,h000,hFFF,hA04)     ; (h446,hFFF,h000,hA04)
  48. cold       (h8AD,h001,hFFF,h38F)     ; (h8AD,hFFF,h001,h38F)
  49. occult     (h000,h407,hFEE,h60F)     ; (h000,hFEE,h407,h60F)
  50. recycled   (h797,h020,hFFF,hA03)     ; (h797,hFFF,h020,hA03)
  51. redy       (h88B,h000,hFFF,hD05)     ; (h88B,hFFF,h000,hD05)
  52.  
  53.  
  54. ; WARNING: the following Colourmaps set all four colours to the same colour!
  55. ; ~~~~~~~  In other words, you won't see nothing anymore!
  56.  
  57. BLACKone   (h000,h000,h000,h000)
  58. WHITEone   (hFFF,hFFF,hFFF,hFFF)
  59. BLUEone    (h00F,h00F,h00F,h00F)
  60. REDone     (hF00,hF00,hF00,hF00)
  61.  
  62. ; Custom Colourmaps (added manualy or with GetSC)
  63. ; ~~~~~~~~~~~~~~~~~
  64.  
  65.