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
361 B

#ifndef WACOLOR_H
#define WACOLOR_H
#include <qcolor.h>
#include <qstring.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(QString filename);
~WaColor();
QColor skinColors[24];
};
extern WaColor *colorScheme;
#endif