home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff330.lzh / Palette / palette.doc < prev    next >
Text File  |  1990-03-02  |  2KB  |  60 lines

  1.     1/24/90
  2.  
  3.     PALETTE.DOC for
  4.  
  5.     'PALETTE V1.1' by Randy Jouett & CJ Fruge.  Freeware.
  6.  
  7.     SYNOPSIS
  8.  
  9.     From the cli, type "palette" or "run palette".
  10.     From WorkBench, double click on the icon.
  11.  
  12.     Many thanks to Carolyn Sheppner (csheppner, BIX), whose source was
  13.         the source, and Charlie Heath (cheath, BIX) of microsmiths fame,
  14.     who wrote the first rendition of this program.
  15.  
  16.     My amiga guru friend, rjouett (BIX), invited me to learn assembly
  17.     language.  Well, this program taught me some stuff!!! I suppose I
  18.     bit off more than could be chewed, but with the eternal patience
  19.     and assistance of rj, I succeeded.  One requirement for assembly
  20.     language I've found is pure, cussed stubbornness in the face of
  21.     guru meditations.
  22.  
  23.     We removed the depth arranging gadget from the palette, so
  24.     users will not depth arrange it behind a backdrop, borderless
  25.     window in execute calls from application programs.  (We could
  26.     not see a reason to depth arrange a color palette.)  Hitting
  27.     the reset button will reset the colors as before, but will also
  28.     re-select color 0.
  29.  
  30.     The program does not use command line arguements -- it will
  31.     always open on the first screen.  By rolling the screen down in
  32.     any graphics application and typing 'palette' in the cli window 
  33.         on the WorkBench screen, palette will open on the application 
  34.         screen.  You can then test the palette in all screen resolutions 
  35.         and bitplanes the application supports.
  36.  
  37.     This executable is freeware--use and abuse as you like.  This
  38.     program is freely redistributable, as long this doc is included
  39.     with the program.  Any commercial use of this program is
  40.     strictly frowned upon.
  41.  
  42.     To keep the archive file small, we did not put the pre-assembled
  43.     Amiga include file.  It will be necessary to include either
  44.     your own pre-assembled include file (if your assembler supports
  45.     it) or specify the necessary include files.  "macros.i" was
  46.     put in the archive so the SYS call will work.
  47.  
  48.     Note: All disclaimers pertinent to computer software in general
  49.     apply.
  50.  
  51.     **************************************************************
  52.  
  53.     1/28/90
  54.  
  55.     Version 1.10 now supports WorkBench startups and checks for
  56.     HAM, EXTRA HALF BRITE, or bitplanes greater than five and
  57.     exits gracefully instead of bombing Amy.
  58.  
  59.     CJF & RGJ
  60.