home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 100.lha / MoreColors.ReadMe < prev    next >
Text File  |  1986-11-20  |  3KB  |  72 lines

  1.                          MORECOLORS  ver. .9     
  2.  
  3.  
  4.                    Jerry Crosson
  5.  
  6.  
  7. Morecolors gives you exactly what you might expect: more colors.  How many 
  8. additional colors?  In what modes?  Well, since all this program does is use
  9. the Copper to change the color registers on the fly its limits are the Copper's
  10. limits.  You can use it in any mode.  The simple demo that I'm sending out
  11. with this program (mcdemo.arc) has over 100 colors on a single plane hi-res
  12. screen.  Not bad for a two-color mode. 
  13.  
  14. USING MORECOLORS
  15.  
  16.         Morecolors, which will only run from CLI, accepts the following
  17.         command line arguments:
  18.  
  19.         morecolors >Outfile Infile     (Don't use the same file for both)
  20.  
  21.  
  22.         Outfile is the file in which the color-modification info is stored.
  23.  
  24.         Infile is any previously created file.
  25.  
  26.         Both are optional.  If Infile is ommited you start with a clean slate,
  27.         leave out Outfile and the program will dump data to the console.
  28.         Data read from a file will not be displayed until the first  "ADD".
  29.         This prevents mucking up the copper lists a screen other than the 
  30.         one you are working on.  If you just want to display, use the program
  31.         provided with the demo.  
  32.    
  33.  
  34.         There are ten gadgets in morecolors.
  35.  
  36.               The three sliders select the color to be added.     
  37.  
  38.               The triangular up/down gadgets select where the color is
  39.               to be added.  The changes will not take place at exactly the 
  40.               position you select.  There will be a delay which depends on
  41.               display resolution and depth. 
  42.  
  43.               The "ADD" gadget causes the color to be added.
  44.  
  45.               The "SCREEN" gadget moves you into the next screen.
  46.               
  47.  
  48.  
  49.         There currently  isn't any  edit option but the output file whose data
  50.         is stored in a very simple ASCII format can be edited with any text
  51.         editor.  The format of the data is as follows:
  52.  
  53.                 <ROW> <COL>  <COLOR>   <COLOR REGISTER>   <CR>
  54.  
  55.          
  56.  
  57. This is a fairly crude way to do things  but if there is sufficient interest
  58. I will do another version.  If this happens, some of the things that I plan 
  59. to do include making it easy to use with Dpaint (possible now but a real
  60. pain...), having the pointer color  reflect the color chosen by the RGB
  61. sliders, having the right mouse button select position, keyboard-only option
  62. and... well, I'll wait and see what the response is.   Comments are welcome.
  63. But please remember that this was a fast hack and that I am aware of the 
  64. shortcomings of the present version.    
  65.  
  66. Send to jcrosson on BIX.
  67.  
  68.  
  69. DISCLAIMER
  70.  
  71.         This program is provided "As Is", there is no warranty. 
  72.