home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
rexx
/
library2
/
gbmrexx
/
gbm
/
gbmhist.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-02-11
|
234b
|
14 lines
/*
GBMHIST.H Interface to Histogram/Frequency-of-use method of colour reduction
*/
extern BOOLEAN gbm_hist(
GBM *gbm, byte *data24,
GBMRGB gbmrgb [],
byte *data8,
int n_cols_wanted,
byte rm, byte gm, byte bm
);