home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / rexx / library2 / gbmrexx / gbm / gbmhist.h < prev    next >
C/C++ Source or Header  |  1993-02-11  |  234b  |  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.