src/colors.h

changeset 189
ac2d3e8dd110
parent 183
f1b8cb53d2a2
child 359
bcdfc801658b
--- a/src/colors.h	Thu May 09 17:03:44 2013 +0300
+++ b/src/colors.h	Fri May 10 17:39:56 2013 +0300
@@ -26,18 +26,11 @@
 
 class color {
 public:
-	str zName, zColorString;
-	QColor qColor, qEdge;
-	
-	short index ();
+	str name, hexcode;
+	QColor faceColor, edgeColor;
+	short index;
 };
 
-typedef struct {
-	const short dIndex;
-	const char* sName, *sColor;
-	const float fAlpha;
-} TemporaryColorMeta;
-
 void initColors ();
 void parseLDConfig ();
 uchar luma (QColor& col);

mercurial