src/colors.h

changeset 996
9ecc878c7dea
parent 974
b2fa5f89798a
equal deleted inserted replaced
995:7986584e7498 996:9ecc878c7dea
80 private: 80 private:
81 QStringList m_tokens; 81 QStringList m_tokens;
82 int m_pos; 82 int m_pos;
83 }; 83 };
84 84
85 void InitColors(); 85 void initColors();
86 int Luma (const QColor& col); 86 int luma (const QColor& col);
87 int CountLDConfigColors();
88 void parseLDConfig(); 87 void parseLDConfig();
89 88
90 enum 89 enum
91 { 90 {
92 MainColor = 16, 91 MainColor = 16,

mercurial