ftp.nice.ch/pub/next/connectivity/infosystems/Weather.1.1.s.tar.gz#/Weather-1.1-SRC/ColorBars.h

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

#import <appkit/appkit.h>

#define PLAIN		0
#define FADE		1
#define CLEAR		2
#define SCRAMBLE	3
#define WINKOFF		4
#define FSCRAMBLE	5
#define SWAB		6

@interface ColorBars:View
{
    NXColor backgroundColor;
    int style;
    int running;
    float delay;
}

- setBackgroundColor:(NXColor)c;
- setDrawstyle:(int)n;
- fill:(NXColor)c;
- stopIt;

@end

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