ftp.nice.ch/pub/next/graphics/movie/Morph2a.s.tar.gz#/Morph2/NSBitmapImageRep_editing.h

This is NSBitmapImageRep_editing.h in view mode; [Download] [Up]

// NSBitmapImageRep_editing.h 
//
// created by Martin Wennerberg on Sun 11-Aug-1996
//
// when		who	modification

#import <AppKit/AppKit.h>

struct RGBA
{
    float r;
    float g;
    float b;
    float a;
};

@interface NSBitmapImageRep (editing)
- (void) setRGBA:(struct RGBA) col atPoint:(NSPoint) point;
- (struct RGBA) RGBAAtPoint:(NSPoint)point;
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.