605:2983f7c7e7c9 | 606:3dd6f343ec06 |
---|---|
25 #define MAX_COLORS 512 | 25 #define MAX_COLORS 512 |
26 | 26 |
27 class LDColor | 27 class LDColor |
28 { | 28 { |
29 public: | 29 public: |
30 str name, hexcode; | 30 QString name, hexcode; |
31 QColor faceColor, edgeColor; | 31 QColor faceColor, edgeColor; |
32 int index; | 32 int index; |
33 }; | 33 }; |
34 | 34 |
35 void initColors(); | 35 void initColors(); |