home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / gbmsrc / gbm / gbmhist.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-11  |  234 b   |  14 lines

  1. /*
  2.  
  3. GBMHIST.H  Interface to Histogram/Frequency-of-use method of colour reduction
  4.  
  5. */
  6.  
  7. extern BOOLEAN gbm_hist(
  8.     GBM *gbm, byte *data24,
  9.     GBMRGB gbmrgb [],
  10.     byte *data8,
  11.     int n_cols_wanted,
  12.     byte rm, byte gm, byte bm
  13.     );
  14.