home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / ComputerScience / MethodsInAction / MethodsInAction.app / GrayScale.h < prev    next >
Encoding:
Text File  |  1992-08-19  |  148 b   |  13 lines

  1.  
  2. /*  GrayScale.h    Jeff Froyd.             */
  3.  
  4. #import <appkit/View.h>
  5.  
  6.  
  7.  
  8. @interface GrayScale:View
  9. {
  10. }
  11. -setDoubleValue:(double)newGrayValue;
  12. @end
  13.