116 |
116 |
117 int luma(const QColor& col); |
117 int luma(const QColor& col); |
118 |
118 |
119 static const LDColor MainColor {16}; |
119 static const LDColor MainColor {16}; |
120 static const LDColor EdgeColor {24}; |
120 static const LDColor EdgeColor {24}; |
|
121 static const QVector<LDColor> defaultColorToolbar { |
|
122 LDColor(4), LDColor(25), LDColor(14), LDColor(27), |
|
123 LDColor(2), LDColor(3), LDColor(11), LDColor(1), LDColor(22), |
|
124 LDColor::nullColor, |
|
125 LDColor(0), LDColor(72), LDColor(71), LDColor(15) |
|
126 }; |