38 const float fAlpha; |
38 const float fAlpha; |
39 } TemporaryColorMeta; |
39 } TemporaryColorMeta; |
40 |
40 |
41 void initColors (); |
41 void initColors (); |
42 void parseLDConfig (); |
42 void parseLDConfig (); |
|
43 uchar luma (QColor& col); |
43 |
44 |
44 // Safely gets a color with the given number or null if no such color. |
45 // Safely gets a color with the given number or null if no such color. |
45 color* getColor (short dColorNum); |
46 color* getColor (short dColorNum); |
46 |
47 |
47 #endif // COLORS_H |
48 #endif // COLORS_H |