src/colors.h

changeset 794
c254ddc6618b
parent 789
4b7306f52bb5
child 795
195fa1fff9c3
equal deleted inserted replaced
793:ceb1b1aaf7db 794:c254ddc6618b
22 22
23 #define MAX_COLORS 512 23 #define MAX_COLORS 512
24 24
25 class LDColor 25 class LDColor
26 { 26 {
27 public: 27 public:
28 QString name, hexcode; 28 QString name, hexcode;
29 QColor faceColor, edgeColor; 29 QColor faceColor, edgeColor;
30 int index; 30 int index;
31 }; 31 };
32 32
33 void initColors(); 33 void initColors();
34 int luma (const QColor& col); 34 int luma (const QColor& col);
35 35

mercurial