home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / rexx / library2 / gbmrexx / gbm / gbmht.h < prev    next >
C/C++ Source or Header  |  1993-01-21  |  727b  |  22 lines

  1. /*
  2.  
  3. GBMHT.H  Interface to Halftoner
  4.  
  5. */
  6.  
  7. extern void gbm_ht_24_2x2(GBM *gbm, byte *data24, byte *data24a, byte rm, byte gm, byte bm);
  8.  
  9. extern void gbm_ht_pal_6R6G6B(GBMRGB *gbmrgb);
  10. extern void gbm_ht_6R6G6B_2x2(GBM *gbm, byte *data24, byte *data8);
  11.  
  12. extern void gbm_ht_pal_7R8G4B(GBMRGB *gbmrgb);
  13. extern void gbm_ht_7R8G4B_2x2(GBM *gbm, byte *data24, byte *data8);
  14.  
  15. extern void gbm_ht_pal_VGA(GBMRGB *gbmrgb);
  16. extern void gbm_ht_VGA_2x2(GBM *gbm, byte *src24, byte *dest4);
  17. extern void gbm_ht_VGA_3x3(GBM *gbm, byte *src24, byte *dest4);
  18.  
  19. extern void gbm_ht_pal_8(GBMRGB *gbmrgb);
  20. extern void gbm_ht_8_2x2(GBM *gbm, byte *src24, byte *dest4);
  21. extern void gbm_ht_8_3x3(GBM *gbm, byte *src24, byte *dest4);
  22.