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:
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-10-01
|
195 b
|
11 lines
@protocol Dithering
- init:(int)pixellevel width:(int)width;
- reset:(int)pixellevel;
- free;
- (unsigned char *)buffer;
- (unsigned char *)getNewLine;
- (const unsigned char *)threshold;
@end