Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qrgba64.h File Reference

(2a7fa4963cdab49e19e1377a3ab627584cd6e1cc)

#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()

uint qAlpha ( QRgba64 rgb)
inlineconstexpr

Definition at line 209 of file qrgba64.h.

◆ qBlue()

uint qBlue ( QRgba64 rgb)
inlineconstexpr

Definition at line 206 of file qrgba64.h.

◆ qGreen()

uint qGreen ( QRgba64 rgb)
inlineconstexpr

Definition at line 203 of file qrgba64.h.

◆ qPremultiply()

QRgba64 qPremultiply ( QRgba64 c)
inlineconstexpr

Definition at line 190 of file qrgba64.h.

References QRgba64::premultiplied().

Here is the call graph for this function:

◆ qRed()

uint qRed ( QRgba64 rgb)
inlineconstexpr

Definition at line 200 of file qrgba64.h.

◆ qRgba64() [1/2]

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

Definition at line 180 of file qrgba64.h.

◆ qRgba64() [2/2]

QRgba64 qRgba64 ( quint64 c)
inlineconstexpr

Definition at line 185 of file qrgba64.h.

◆ qUnpremultiply()

QRgba64 qUnpremultiply ( QRgba64 c)
inlineconstexpr

Definition at line 195 of file qrgba64.h.

References QRgba64::unpremultiplied().

Here is the call graph for this function: