This is MonoCtr.h in view mode; [Download] [Up]
#import <objc/Object.h> @interface MonoCtr:Object { id imageOpCtr; id contrSlider; id brightSlider; id gammaSlider; id ditherSW; id monoView; id gammaText; unsigned char tone[256]; float gammaScale[256]; float gammaValue; } - init; - changeValue: sender; - reset: sender; - setGamma:(float)gamma; - monochrome: sender; - changeBrightness: sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.