home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Graphics / ToyViewer-2.6a / src / ImageOpr.bproj / Dithering.h < prev    next >
Encoding:
Text File  |  1996-10-01  |  195 b   |  11 lines

  1. @protocol Dithering
  2.  
  3. - init:(int)pixellevel width:(int)width;
  4. - reset:(int)pixellevel;
  5. - free;
  6. - (unsigned char *)buffer;
  7. - (unsigned char *)getNewLine;
  8. - (const unsigned char *)threshold;
  9.  
  10. @end
  11.