You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdemultimedia/noatun/modules/winskin/waColor.h

27 lines
365 B

#ifndef WACOLOR_H
#define WACOLOR_H
#include <tqcolor.h>
#include <tqstring.h>
#define INDEX_BACKGROUND_COLOR 0
#define INDEX_GRID_COLOR 1
#define INDEX_SPEC_BASE 2
#define INDEX_OSC_BASE 18
#define INDEX_PEAKS 23
class WaColor {
public:
WaColor(TQString filename);
~WaColor();
TQColor skinColors[24];
};
extern WaColor *colorScheme;
#endif