![]() |
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.
Classes | |
class | QRgba64 |
Functions | |
Q_DECLARE_TYPEINFO (QRgba64, Q_PRIMITIVE_TYPE) | |
constexpr QRgba64 | qRgba64 (quint16 r, quint16 g, quint16 b, quint16 a) |
constexpr QRgba64 | qRgba64 (quint64 c) |
constexpr QRgba64 | qPremultiply (QRgba64 c) |
constexpr QRgba64 | qUnpremultiply (QRgba64 c) |
constexpr uint | qRed (QRgba64 rgb) |
constexpr uint | qGreen (QRgba64 rgb) |
constexpr uint | qBlue (QRgba64 rgb) |
constexpr uint | qAlpha (QRgba64 rgb) |
Q_DECLARE_TYPEINFO | ( | QRgba64 | , |
Q_PRIMITIVE_TYPE | ) |
Definition at line 190 of file qrgba64.h.
References QRgba64::premultiplied().
Definition at line 195 of file qrgba64.h.
References QRgba64::unpremultiplied().