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