![]() |
Qt 6.x
The Qt SDK
|
#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 180 of file qrgba64.h.
References QRgba64::fromRgba64().
Referenced by convert_gray16_to_RGBA64(), QColor::fromRgba64(), QGradientCache::generateGradientColorTable(), get_hex_rgb(), QImage::pixelColor(), qConvertA2rgb30ToRgb64< PixelOrderBGR >(), qConvertA2rgb30ToRgb64< PixelOrderRGB >(), QColor::rgba64(), rgbBlend(), storeOpaque(), storePremultiplied(), and storeUnpremultiplied().
Definition at line 185 of file qrgba64.h.
References QRgba64::fromRgba64().
Definition at line 195 of file qrgba64.h.
References QRgba64::unpremultiplied().