home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / RGB15.ZIP / RGB15.DOC < prev   
Encoding:
Text File  |  1993-08-25  |  3.5 KB  |  81 lines

  1.                            Dutson Software Concepts
  2.                                  51 James Rd.
  3.                             Hanover, MA  02339-1517
  4.                              CompuServe 76460,327
  5.  
  6.  
  7.                           R G B  C O L O R  M I X E R
  8.                              (With Mouse Support)
  9.                                     ver 1.5
  10.                                 August 25, 1993
  11.  
  12.  
  13. This program is intended for Turbo C/C++ and Borland C/C++ programmers to use.
  14. If you're like me, you like to use the setrgbpalette() function when
  15. programming in a graphics mode.  The problem that we all face with this
  16. function are the red, green, and blue arguments.  I wrote this program to take
  17. the guess work out of this minor dilemma.  This new version also incorporates
  18. mouse support so you don't have to press as many keys.
  19.  
  20. Compressed File RGB15.ZIP contents:
  21.  
  22.               RGB.EXE - RGB Color Mixer ver 1.5 program
  23.               RGB15.DOC - RGB Color Mixer documentation file
  24.               DSC.EXE - Dutson Software Concepts logo program
  25.  
  26. This program has one requirement, you must have VGA - that's it!  A mouse is
  27. handy to have also because it makes the program "easier" to use.  The VGA
  28. driver file and the font files have been linked into the main program (that's
  29. why the program is around 70K).
  30.  
  31. To use this program is simple.  Four windows appear on the screen.  All of the
  32. windows should be black upon starting the program.  To the left of the top 3
  33. smaller windows, you will see the keys to increase, or decrease to color
  34. value.  The keys are as follows:
  35.  
  36.               F1 - increase red
  37.               F2 - decrease red
  38.               F3 - increase green
  39.               F4 - decrease green
  40.               F5 - increase blue
  41.               F6 - decrease blue
  42.               F10 - Quit
  43.  
  44. Use of the mouse makes this whole process easier.  Simply position the mouse
  45. cursor over the box of the color you want to increase or decrease.  Once over
  46. the box of the color to increase/decrease, press the left mouse button to
  47. increase the color or the right mouse button to decrease the color.  The value
  48. for each color is displayed below it's box, and is "mixed" into the large box
  49. on the bottom half of the screen.  To quit the program using the mouse,
  50. postion the mouse cursor over the yellow box that says "F10 - Quit" and press
  51. the left mouse button.
  52.          NOTE:
  53.               If you hold down the desired mouse button over the color to
  54.               increase/decrease, the value will keep on increasing/decreasing
  55.               until the maximum/minimum value is reached or you release the
  56.               button.
  57.  
  58. This program is considered shareware.  Please feel free to distribute this
  59. program, but please do not distribute the program without this documentation
  60. file(RGB.DOC) or the logo file (DSC.EXE).  If you find this program useful, a
  61. $5.00 donation would be greatly appreciated.  Send donations to and make
  62. checks payable to:
  63.  
  64.               Adam Dutson
  65.               51 James Rd.
  66.               Hanover, MA  02339-1517
  67.  
  68. I hope you find this program as useful as I do.  If you have any questions,
  69. comments, or suggestions - Please feel free to contact me by mail at:
  70.  
  71.               Dutson Software Concepts
  72.               51 James Rd.
  73.               Hanover, MA  02339-1517
  74.  
  75. or I can be reached via CompuServe (76460,327).
  76.  
  77. Thank you for using this program!
  78.  
  79.               Screaming In Digital
  80.             --=={ Adam Dutson }==--
  81.             Dutson Software Concepts