Qx v0.5.7
Qt Extensions Library
Loading...
Searching...
No Matches
qx-color.h
1#ifndef QX_COLOR_H
2#define QX_COLOR_H
3
4// Shared Lib Support
5#include "qx/gui/qx_gui_export.h"
6
7// Qt Includes
8#include <QColor>
9
10namespace Qx
11{
12
13class QX_GUI_EXPORT Color
14{
15//-Class Functions----------------------------------------------------------------------------------------------
16public:
17 static QColor textFromBackground(QColor bgColor);
18};
19
20}
21
22#endif // QX_COLOR_H
The Color class is a collection of static functions pertaining to colors.
Definition qx-color.h:14
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-processwaiter.cpp:5