src/colors.h

changeset 43
08dc62e03a6d
parent 35
98906a94732f
child 73
97df974b5ed5
equal deleted inserted replaced
42:1d03dc1173cd 43:08dc62e03a6d
88 static constexpr Color yellow {14}; 88 static constexpr Color yellow {14};
89 static constexpr Color white {15}; 89 static constexpr Color white {15};
90 static constexpr Color mainColor {16}; 90 static constexpr Color mainColor {16};
91 static constexpr Color edgeColor {24}; 91 static constexpr Color edgeColor {24};
92 } 92 }
93
94 double luma(const QColor& color);

mercurial