Qx
v0.5.8
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
10
namespace
Qx
11
{
12
13
class
QX_GUI_EXPORT
Color
14
{
15
//-Class Functions----------------------------------------------------------------------------------------------
16
public
:
17
static
QColor
textFromBackground(
QColor
bgColor);
18
};
19
20
}
21
22
#endif
// QX_COLOR_H
Qx::Color
The Color class is a collection of static functions pertaining to colors.
Definition
qx-color.h:14
Qx
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition
qx-processwaiter.cpp:5
QColor
lib
gui
include
qx
gui
qx-color.h
Generated by
1.10.0