home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Graphics / ToyViewer-2.6a / src / ImageOpr.bproj / MDAmethod.h < prev    next >
Encoding:
Text File  |  1996-03-27  |  250 b   |  16 lines

  1. #import <appkit/appkit.h>
  2. #import "Dithering.h"
  3.  
  4. @interface MDAmethod:Object <Dithering>
  5. {
  6.     unsigned char *buffer;
  7.     unsigned char *lines[3];
  8.     int first;
  9.     int lnwidth;
  10.     BOOL leftToRight;
  11.     unsigned char grad[256];
  12.     unsigned char threshold[16];
  13. }
  14.  
  15. @end
  16.