home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / SYSCLR.ZIP / SYSCOLOR.HLP (.txt) < prev   
OS/2 Help File  |  1991-07-08  |  5KB  |  191 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. SysColor for OS2 1.3 ΓòÉΓòÉΓòÉ
  3.  
  4. SysColor provides an expanded ability to modify the PM system colors. Unlike 
  5. the Control Panel system color utility, you may access more object types 
  6. directly, work with standard RGB values and restore previously customized 
  7. colors. 
  8.  
  9. SysColor is SHAREWARE.  If you use this utility regularly, you should send me 
  10. money.  Please do. 
  11.  
  12. Send $10 US
  13. Dave Lester
  14. Box 461 / 4 N. 3rd. St.
  15. New Freedom, PA. 17349
  16.  
  17. DISCLAIMER 
  18.  
  19. This program is provided to you AS IS with no express or implied warranty.  It 
  20. has been thoroughly tested by the author.  However, the author assumes no 
  21. responsibility for any damage that may be caused by its use. 
  22.  
  23. If you would like to send me a comment or suggestion, I may be reached on 
  24. Compuserve as user 75600,237. 
  25.  
  26. The following Topics may be selected from this menu: 
  27.  
  28.  Overview:      Purpose and function 
  29.  Dithering:     Colors may be true or not 
  30.  
  31.  
  32. ΓòÉΓòÉΓòÉ 2. Welcome to Syscolor ΓòÉΓòÉΓòÉ
  33.  
  34. The SysColor utility reads the system color settings from the INI file and 
  35. allows you to manipulate them.  You may change the running system's current 
  36. color values by pressing the Set button.  If you find that the colors are 
  37. really ugly, (happens to me a lot) then you may press the Restore button to 
  38. retrieve the colors from the INI file again.  After you are satisfied with the 
  39. colors, you may update the system INI file with your changes by pressing the 
  40. Save button. 
  41.  
  42. The list box displays the PM object names that are recorded.  Most of the names 
  43. are pretty straight forward.  However, you will probably need to experiment a 
  44. little until you come to grips with all of their ramifications.  Don't hold 
  45. back because all you need to do is press the Restore button to put things right 
  46. again. 
  47.  
  48. Select the object that you wish to modify.  Then adjust the RGB values using 
  49. the scroll bars.  Press the Set button to make PM repaint all the active 
  50. windows.  Darn right easy, isn't it? 
  51.  
  52. The only fly in the ointment is dithering. 
  53.  
  54.  
  55. ΓòÉΓòÉΓòÉ 3. Color Dithering ΓòÉΓòÉΓòÉ
  56.  
  57. Modern display terminals are capable of reproducing a whole slew of colors. 
  58. Unfortunately, programmatically describing all of those colors for each and 
  59. every dot that you want to display is not such an easy thing. The problem is 
  60. one of too many choices. 
  61.  
  62. In order to limit the possibilities, a physical and logical color table is 
  63. employed.  If you would like to display a color that is not located in the 
  64. physical color table, then PM tries to reproduce that color by interlacing 
  65. colors that are located in the physical color table.  Not really too complex a 
  66. concept.  Just trot down to the local hardware store and you can probably find 
  67. the owner's son doing something very similar with latex paint.  This interlaced 
  68. color reproduction is called dithering. 
  69.  
  70. The rub is that PM does not allow dithering for all of its display objects. 
  71. For the objects that will dither, setting the color value that you prefer is 
  72. pretty straight forward.  Setting the color for objects that won't dither is a 
  73. bit more obtuse.  Scroll until you get close to the color that you want.  Once 
  74. you stop scrolling, your color is matched against the  physical color table and 
  75. replaced with the true color that is judged by PM to be nearest to the color 
  76. that you requested. 
  77.  
  78.  
  79. ΓòÉΓòÉΓòÉ 4. Action Bar Item - Exit ΓòÉΓòÉΓòÉ
  80.  
  81. Select the Exit action bar item to terminate the utility. 
  82.  
  83.  
  84. ΓòÉΓòÉΓòÉ 5. Keys Help ΓòÉΓòÉΓòÉ
  85.  
  86. The list of keys is arranged in groups. 
  87.  
  88. ACCELERATOR KEYS 
  89.  
  90.  ALT-x 
  91.       Exit program 
  92.  
  93.  HELP KEYS 
  94.  
  95.  F1 
  96.       Get help 
  97.  
  98.  F2 
  99.       Get extended help (from within any help window) 
  100.  
  101.  Alt+F4 
  102.       End help 
  103.  
  104.  F9 
  105.       Go to a list of keys (from within any help window) 
  106.  
  107.  F11 
  108.       Go to the help index (from within any help window) 
  109.  
  110.  Esc 
  111.       Previous Help Panel, or End help if only one panel 
  112.  
  113.  Alt+F6 
  114.       Go to/from help and programs 
  115.  
  116.  Shift+F10 
  117.       Get help for help 
  118.  
  119.  SYSTEM KEYS 
  120.  
  121.  Alt+F6 
  122.       Switch to the next windowed program 
  123.  
  124.  Alt+Esc 
  125.       Switch to the next program, including full-screen programs 
  126.  
  127.  Ctrl+Esc 
  128.       Switch to the Task List 
  129.  
  130.  WINDOW KEYS 
  131.  
  132.  F3 
  133.       Close a window 
  134.  
  135.  F10 
  136.       Go to/from the action bar 
  137.  
  138.  Arrow keys 
  139.       Move among choices 
  140.  
  141.  End 
  142.       Go to the last choice in a pull-down 
  143.  
  144.  Esc 
  145.       Cancel a pull-down or the system menu 
  146.  
  147.  Home 
  148.       Go to the first choice in a pull-down 
  149.  
  150.  PgUp 
  151.       Scroll the contents of the window up one page 
  152.  
  153.  PgDn 
  154.       Scroll the contents of the window down one page 
  155.  
  156.  Underlined letter 
  157.       Move among the choices on the action bar and pull-downs 
  158.  
  159.  Alt+F10 
  160.       Go to/from the action bar 
  161.  
  162.  Alt+F4 or F3 
  163.       Close the window 
  164.  
  165.  Alt+F5 
  166.       Restore the window 
  167.  
  168.  Alt+F7 
  169.       Move the window 
  170.  
  171.  Alt+F8 
  172.       Size the window 
  173.  
  174.  Alt+F9 
  175.       Minimize the window 
  176.  
  177.  Alt+F10 
  178.       Maximize the window 
  179.  
  180.  Ctrl+PgDn or Shift+F8 
  181.       Scroll the contents of the window right one page 
  182.  
  183.  Ctrl+PgUp or Shift+F7 
  184.       Scroll the contents of the window left one page 
  185.  
  186.  Shift+Esc or Alt+Spacebar 
  187.       Go to/from the system menu 
  188.  
  189.  Shift+Esc or Alt 
  190.       Go to/from the system menu of a text window 
  191.