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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-27
|
250 b
|
16 lines
#import <appkit/appkit.h>
#import "Dithering.h"
@interface MDAmethod:Object <Dithering>
{
unsigned char *buffer;
unsigned char *lines[3];
int first;
int lnwidth;
BOOL leftToRight;
unsigned char grad[256];
unsigned char threshold[16];
}
@end