colors.h

changeset 138
d22d5c1d9e8a
parent 135
c243df39913e
equal deleted inserted replaced
137:2b8b63be67fb 138:d22d5c1d9e8a
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

mercurial