00001 #ifndef COLORS_H
00002 #define COLORS_H
00003
00004 #include <QtGlobal>
00005 #include <QColor>
00006
00007 void generateColorMap();
00008 uint rgbFromWaveLength(double lambda);
00009 uint rainbow(double pos);
00010 uint rainbow(int pos, int range);
00011
00012
00013 #endif // COLORS_H