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

(512d35198b726413c151533c8291c6b4b52f0a1d)

#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 210 of file qrgba64.h.

◆ qBlue()

uint qBlue ( QRgba64 rgb)
inlineconstexpr

Definition at line 207 of file qrgba64.h.

◆ qGreen()

uint qGreen ( QRgba64 rgb)
inlineconstexpr

Definition at line 204 of file qrgba64.h.

◆ qPremultiply()

QRgba64 qPremultiply ( QRgba64 c)
inlineconstexpr

Definition at line 191 of file qrgba64.h.

References QRgba64::premultiplied().

Here is the call graph for this function:

◆ qRed()

uint qRed ( QRgba64 rgb)
inlineconstexpr

Definition at line 201 of file qrgba64.h.

◆ qRgba64() [1/2]

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

Definition at line 181 of file qrgba64.h.

◆ qRgba64() [2/2]

QRgba64 qRgba64 ( quint64 c)
inlineconstexpr

Definition at line 186 of file qrgba64.h.

◆ qUnpremultiply()

QRgba64 qUnpremultiply ( QRgba64 c)
inlineconstexpr

Definition at line 196 of file qrgba64.h.

References QRgba64::unpremultiplied().

Here is the call graph for this function: