![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtGui/qtguiglobal.h>
#include <QtCore/qprocessordetection.h>
Go to the source code of this file.
Functions | |
constexpr int | qRed (QRgb rgb) |
constexpr int | qGreen (QRgb rgb) |
constexpr int | qBlue (QRgb rgb) |
constexpr int | qAlpha (QRgb rgb) |
constexpr QRgb | qRgb (int r, int g, int b) |
constexpr QRgb | qRgba (int r, int g, int b, int a) |
constexpr int | qGray (int r, int g, int b) |
constexpr int | qGray (QRgb rgb) |
constexpr bool | qIsGray (QRgb rgb) |
constexpr QRgb | qPremultiply (QRgb x) |
QRgb | qUnpremultiply (QRgb p) |
Variables | |
QT_BEGIN_NAMESPACE typedef unsigned int | QRgb |
constexpr QRgb | RGB_MASK = 0x00ffffff |
Q_GUI_EXPORT const uint | qt_inv_premul_factor [] |
|
Definition at line 27 of file qrgb.h.
Referenced by load_glyph_image_to_texture(), QColor::qPremultiply(), and QColor::qUnpremultiply().
|
Definition at line 24 of file qrgb.h.
Referenced by load_glyph_image_to_texture(), QColor::qGray(), qIsGray(), and QColor::qUnpremultiply().
|
Definition at line 36 of file qrgb.h.
Referenced by QColor::qGray().
|
Definition at line 21 of file qrgb.h.
Referenced by load_glyph_image_to_texture(), QColor::qGray(), qIsGray(), and QColor::qUnpremultiply().
|
inlineconstexpr |
|
Definition at line 18 of file qrgb.h.
Referenced by load_glyph_image_to_texture(), QColor::qGray(), qIsGray(), and QColor::qUnpremultiply().
|
Definition at line 33 of file qrgb.h.
Referenced by load_glyph_image_to_texture().
|
Definition at line 13 of file qrgb.h.
Referenced by load_glyph_image_to_texture().
|
extern |
Definition at line 3047 of file qcolor.cpp.