cut 3.4.1-rc1
Loading...
Searching...
No Matches
utils.hpp
1#ifndef CUT_COLOR_UTILS_HPP
2#define CUT_COLOR_UTILS_HPP
3
4#include <QColor>
5
6namespace cut {
7namespace color {
8
15bool IsDarkerColor(const QColor& color);
16
17}
18}
19
20#endif // CUT_COLOR_UTILS_HPP