This is lut.h in view mode; [Download] [Up]
/*
file: lut.h
*/
#ifndef LUT_H
#define LUT_H
typedef struct {
unsigned char r, g, b;
} LUTENTRY;
#endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.