home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / ColorLab / Source / ColorLabApp.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  233 b   |  18 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/Application.h>
  5.  
  6. @interface ColorLabApp:Application
  7. {
  8.     id hsbaMatrix;
  9.     id rgbaMatrix;
  10.     id cmykaMatrix;
  11.     id myColorWell;
  12. }
  13.  
  14. - appDidInit:sender;
  15. - showColorInNumbers:sender;
  16.  
  17. @end
  18.