home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / colrpt.zip / COLORPT.DOC < prev    next >
Text File  |  1993-07-28  |  5KB  |  116 lines

  1.  
  2. COLORPT - Color Point Program
  3. -------   ----- ----- -------
  4.  
  5. (C) Copyright IBM Corp. 1992 - 1993. All Rights Reserved.
  6.  
  7. COLORPT is an OS/2 Presentation Manager program that continually reports the
  8. color value and English name of the pel (pixel) that happens to be under your
  9. OS/2 PM mouse pointer. The color value can be displayed in several different
  10. color models, including RGB (red, green, blue) values, CMY (cyan, magenta,
  11. yellow) values, and HSV (hue, saturation, value or brightness) values.
  12.  
  13. COLORPT is especially targetted to users of laptop and notebook PCs with
  14. grayscale LCD displays. Editing OS/2 or Windows program icons, drawing charts,
  15. obeying program instructions to "Press the red button", and so forth on such
  16. systems is often difficult due to the user's inability to discern colors on the
  17. gray display. COLORPT was written in an effort to make these tasks easier.
  18.  
  19. ===============================================================================
  20.  
  21. REQUIREMENTS
  22.  
  23. The program is a 16-bit application compiled to run under either OS/2 1.30.1 or
  24. OS/2 2.x.
  25.  
  26. ===============================================================================
  27.  
  28. INSTALLATION
  29.  
  30. The file COLRPT.ZIP is a ZIP archive file. Unpack it with PKUNZIP (available
  31. on any bulletin board system or on CompuServe) into the subdirectory from which
  32. you intend to use the program. The following programs are contained within the
  33. ZIP file:
  34.  
  35.    COLORPT.DOC
  36.  
  37.       This file.
  38.  
  39.    COLORPT.EXE
  40.  
  41.       The executable file.
  42.  
  43.    COLORPT.HLP
  44.  
  45.       The interactive help file for the program.
  46.  
  47.    COLORPT.ABS
  48.  
  49.       A short description of the program.
  50.  
  51.    LICENSE.TXT
  52.  
  53.       The AS-IS program license agreement.
  54.  
  55. ===============================================================================
  56.  
  57. OPERATION
  58.  
  59. The COLORPT program uses no command-line arguments, so it may be executed by
  60. simply typing COLORPT at an OS/2 command-line, by placing it in one of your
  61. OS/2 1.3 Group menus, or by placing it in one of your OS/2 2.0 Workplace Shell
  62. file folders. The latter are the preferred methods of execution, as you can
  63. then specify that COLORPT come up at system start-up.
  64.  
  65. To successfully use COLORPT's built-in interactive help, be sure that the file
  66. COLORPT.HLP is in your current default directory or is in a directory listed
  67. for your HELP environment variable. (At any OS/2 command prompt, type SET to
  68. see which directories are listed after "HELP=".)
  69.  
  70. The first time you run COLORPT, the program will appear at a random position on
  71. your OS/2 PM screen. You may move the COLORPT window to any convenient location
  72. on the screen and, if you prefer that COLORPT always start up at that screen
  73. location, you may select the "Save window position..." option under OPTIONS on
  74. the action bar menu.
  75.  
  76. COLORPT consults your OS/2 system configuration parameters to determine how
  77. long it should display its initial logo screen. After you install OS/2, the
  78. logo panel display time is 'indefinite', and you must press ENTER to dismiss
  79. the panel. You may change the logo panel display time to any desired value in
  80. milliseconds, including 0, in one of the following ways:
  81.  
  82.    Under OS/2 PM 1.30.x, bring up the Desktop Manager menu and select the
  83.    "Group - Utilities" option. Under this menu, select the Control Panel
  84.    application. The logo display time value can be changed via an action bar
  85.    menu item.
  86.  
  87.    Under OS/2 PM 2.x with the WPS, open the "OS/2 System" folder on the
  88.    desktop. Under this folder, open the "System Setup" folder, and select the
  89.    System icon under this folder. The logo display time value can be changed
  90.    via one of the notebook 'tabs'.
  91.  
  92. ===============================================================================
  93.  
  94. CREDITS
  95.  
  96.    _Computer Graphics: Principles and Practice_, Foley, van Dam, Feiner, and
  97.    Hughes, Second Edition, 1990, Addison-Wesley, ISBN 0-201-12110-7.
  98.  
  99. ===============================================================================
  100.  
  101. HISTORY
  102.  
  103.    Version 1.00  September 11, 1992
  104.  
  105.       First full-function release.
  106.       Released to the world via the IBM Employee Written Software program.
  107.  
  108.    Version 1.01  July 22, 1993
  109.  
  110.       Program was not saving options correctly under OS/2 2.1, causing multiple
  111.          unrelated program errors at subsequent startups.
  112.       Program options are now saved to COLORPT.INI, and not to OS2.INI.
  113.       Released to the world via the IBM Employee Written Software program.
  114.  
  115. ===============================================================================
  116.