Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qrgba64.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtGui/qtguiglobal.h>
#include <QtCore/qprocessordetection.h>
+ Include dependency graph for qrgba64.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QRgba64 ,
Q_PRIMITIVE_TYPE  )

◆ qAlpha()

constexpr uint qAlpha ( QRgba64 rgb)
inlineconstexpr

Definition at line 209 of file qrgba64.h.

References rgb.

◆ qBlue()

constexpr uint qBlue ( QRgba64 rgb)
inlineconstexpr

Definition at line 206 of file qrgba64.h.

References rgb.

◆ qGreen()

constexpr uint qGreen ( QRgba64 rgb)
inlineconstexpr

Definition at line 203 of file qrgba64.h.

References rgb.

◆ qPremultiply()

constexpr QRgba64 qPremultiply ( QRgba64 c)
inlineconstexpr

Definition at line 190 of file qrgba64.h.

◆ qRed()

constexpr uint qRed ( QRgba64 rgb)
inlineconstexpr

Definition at line 200 of file qrgba64.h.

References rgb.

◆ qRgba64() [1/2]

constexpr QRgba64 qRgba64 ( quint16 r,
quint16 g,
quint16 b,
quint16 a )
inlineconstexpr

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(), storePremultipliedLUT(), storePremultipliedLUT(), storePremultipliedLUT(), storeUnpremultiplied(), storeUnpremultipliedLUT(), storeUnpremultipliedLUT(), and storeUnpremultipliedLUT().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ qRgba64() [2/2]

constexpr QRgba64 qRgba64 ( quint64 c)
inlineconstexpr

Definition at line 185 of file qrgba64.h.

References QRgba64::fromRgba64().

+ Here is the call graph for this function:

◆ qUnpremultiply()

constexpr QRgba64 qUnpremultiply ( QRgba64 c)
inlineconstexpr

Definition at line 195 of file qrgba64.h.