#include <qdrawhelper_p.h>
Definition at line 1407 of file qdrawhelper_p.h.
◆ qrgb888() [1/2]
◆ qrgb888() [2/2]
Definition at line 1433 of file qdrawhelper_p.h.
Q_GUI_EXPORT_INLINE int qRed(QRgb rgb)
Q_GUI_EXPORT_INLINE int qBlue(QRgb rgb)
Q_GUI_EXPORT_INLINE int qGreen(QRgb rgb)
◆ alpha() [1/2]
quint8 qrgb888::alpha |
( |
| ) |
const |
|
inline |
◆ alpha() [2/2]
◆ byte_mul()
Definition at line 1454 of file qdrawhelper_p.h.
1459 t = (t + ((t >> 8) & 0xff00ff) + 0x800080) >> 8;
1462 x = ((x >> 8) & 0xff00ff) *
a;
1463 x = (x + ((x >> 8) & 0xff00ff) + 0x800080);
long ASN1_INTEGER_get ASN1_INTEGER * a
◆ hasAlpha()
◆ ialpha()
◆ operator quint32()
qrgb888::operator quint32 |
( |
| ) |
const |
|
inline |
Definition at line 1440 of file qdrawhelper_p.h.
Q_GUI_EXPORT_INLINE QRgb qRgb(int r, int g, int b)
◆ operator+()
◆ operator==()
bool qrgb888::operator== |
( |
qrgb888 |
v | ) |
const |
|
inline |
◆ rawValue()
quint32 qrgb888::rawValue |
( |
| ) |
const |
|
inline |
◆ truncedAlpha()
◆ data
The documentation for this class was generated from the following file: