qt.gui.rgb

Undocumented in source.

Members

Aliases

QRgb
alias QRgb = uint
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Functions

qAlpha
int qAlpha(QRgb rgb)
Undocumented in source. Be warned that the author may not have intended to support it.
qBlue
int qBlue(QRgb rgb)
Undocumented in source. Be warned that the author may not have intended to support it.
qGray
int qGray(int r, int g, int b)
Undocumented in source. Be warned that the author may not have intended to support it.
qGray
int qGray(QRgb rgb)
Undocumented in source. Be warned that the author may not have intended to support it.
qGreen
int qGreen(QRgb rgb)
Undocumented in source. Be warned that the author may not have intended to support it.
qIsGray
bool qIsGray(QRgb rgb)
Undocumented in source. Be warned that the author may not have intended to support it.
qPremultiply
QRgb qPremultiply(QRgb x)
Undocumented in source. Be warned that the author may not have intended to support it.
qRed
int qRed(QRgb rgb)
Undocumented in source. Be warned that the author may not have intended to support it.
qRgb
QRgb qRgb(int r, int g, int b)
Undocumented in source. Be warned that the author may not have intended to support it.
qRgba
QRgb qRgba(int r, int g, int b, int a)
Undocumented in source. Be warned that the author may not have intended to support it.
qUnpremultiply
QRgb qUnpremultiply(QRgb p)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

RGB_MASK
QRgb RGB_MASK;
Undocumented in source.

Meta