home *** CD-ROM | disk | FTP | other *** search
/ Colossal Cookbook / ColossalCookbook.cdr / misc / qb_pal11.zip / PALETTE.DOC next >
Text File  |  1991-07-16  |  2KB  |  52 lines

  1. PALETTE v. 1.1 : COLOR ATTRIBUTE CALCULATOR
  2. -------------------------------------------
  3.        (c) Luigi M. Bianchi 1991
  4.  
  5.  
  6.  
  7. This program is intended primarily as a tool for QuickBASIC.  It was
  8. compiled under version 4.5.  It requires a VGA card and appropriate
  9. monitor.  It is useful only for QB's SCREEN 12 mode (640x480x16).
  10.  
  11. Two versions are provided: PALETTE.EXE is a standalone executable,
  12. while PALETTEB.EXE requires BRUN45.EXE.
  13.  
  14. PALETTE is designed to simplify the task of defining new colors and
  15. palettes.  The commands are summarized on a status line, at the
  16. bottom of the screen, which also keeps an updated display of the
  17. intensities of the three primaries: blue, green and red.  Any number
  18. of colors can be saved in an ASCII file ("COLORS.TXT") in a commented
  19. form.  This file is created in the directory where PALETTE(B) resides.
  20. The information saved consists of the intensities of the three
  21. primaries and the color value used in QB's command:
  22.  
  23.                      PALETTE <attribute>, <color>
  24.  
  25. COLORS.TXT can be merged with the current source and easily edited
  26. to suit.  When a color is saved, the user is prompted for a
  27. description of the color.  Although the entry can be up to 255
  28. characters of normal text, only the first 60 (i.e, to the end of the
  29. status line) are saved.
  30.  
  31. The rest should be self-explanatory, except for the duplication of
  32. the mixing area.  I borrowed this idea from a nice program by Ray
  33. Ligocki ("VGACOLOR").  It facilitates the assessment of the mix by
  34. displaying it against both a black and a white background.
  35.  
  36. The attribute used for testing the mix is 13.
  37.  
  38. Finally, PALETTE.EXE was compressed using PKLITE 1.12.
  39.  
  40. Version 1.01:  Added two commands:  PgUp & PgDn respectively increase
  41.                and decrease the intensities of the three primaries
  42.                simultaneously.
  43.                There was no room to add them to the status line.  
  44.  
  45.                            *
  46.  
  47. Questions and comments can be sent to the program's author:
  48.  
  49. Luigi Bianchi ■ 414 Atkinson College ■ York University 
  50. 4700 Keele Street ■ North York ■ Ontario M3J 1P3 ■ Canada
  51. E-M: lbianchi@yusol.bitnet ■ compuserve 72060,3723
  52.