home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Graphics / Graphics.zip / graph2.zip / readme < prev    next >
Text File  |  1996-09-25  |  750b  |  24 lines

  1. This is a simple to use Graphics Package for OS/2.
  2. Properties:
  3.    -256 Colors
  4.    -Fixed size of 640x480
  5.    -easy porting from existing programs for DOS
  6. Install:
  7.    -Copy Graph2.exe in a directory listed in your PATH
  8.    -Link with Graph2.lib
  9.    -a call to __GrInit(x) will start Graph2.exe
  10.    -if you don't use gcc: never forget to include "graph2.h"
  11.    -see testGr1.cpp for a sample
  12. Remarks:
  13.    -Color 0 is always the background color
  14.    -default Palette uses only gray with Color 0 == white  
  15.     (__SetPalEntry(0,255,255,255) and Color 0xff == Black 
  16.     (__SetPalEntry(255,0,0,0.
  17.  
  18. If you want to see the sources send me a email.
  19.  
  20. Bugs, Suggestions ...
  21. Axel.Zeuner@physik.uni-Magdeburg.de
  22. http://iep318.nat.uni-Magdeburg,de
  23.  
  24.