home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / amiga / programmation / quicklib.readme < prev    next >
Text File  |  1998-02-11  |  2KB  |  45 lines

  1. Short:    The new version of the QuickLib (1.2)
  2. Author:   perniolapa@bccsanteramo.it (Giuseppe Perniola)
  3. Uploader: perniolapa@bccsanteramo.it (Giuseppe Perniola)
  4. Type:     dev/basic
  5.  
  6. QuickLib v1.2  by Giuseppe Perniola
  7.  
  8. This archive is a library for Blitz Basic 2.
  9. IT IS RESERVED ONLY BLITZ2 PROGRAMMER!
  10.  
  11. The library-number is 10.
  12.  
  13. The commands are:
  14.  
  15.    a.q=QAdd(b.q,c.q)                      a=b+c
  16.    a.q=QSub(b.q,c.q)                      a=b-c
  17.    a.q=QMul020(b.q,c.q)                   a=b*c    FOR 68020+
  18.    a.q=QDiv020(b.q,c.q)                   a=b/c    FOR 68020+
  19.  
  20.    a.w=WWrap(b.w,Low.w,High.w)            LIKE QWRAP
  21.    a.w=WLimit(b.w,Low.w,High.w)           LIKE QLIMIT
  22.  
  23.    QPlot Bitmap#,X,Y,Plane                Like Plot, but this command can to
  24.                                           alter an only plane of a bitmap.
  25.  
  26.    a.l=ChunkyBuffer(ChunkyBuffer#)        Returns the memory location of the
  27.                                           given ChunkyBuffer.
  28.  
  29.    a.l=ChunkyBufferSize(ChunkyBuffer#)    Returns the sizes of the
  30.                                           ChunkyBuffer in bytes.
  31.  
  32.    InitChunkyBuffer ChunkyBuffer#,Bitmap# Initializes the ChunkyBuffer.
  33.  
  34.    ChunkyToPlanar ChunkyBuffer#           This command runs the conversion
  35.                                           Chunky To Planar.
  36.  
  37.    ClearChunkyBuffer ChunkyBuffer#        Clears the ChunkyBuffer.
  38.  
  39.    FreeChunkyBuffer ChunkyBuffer#         Frees the ChunkyBuffer.
  40.  
  41. NOTE:
  42.    FOR OTHER INFO, SEE c2pExample.bb2
  43.  
  44. If you like it then please e-mail me!
  45.