- 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.
* * DQt - D bindings for the Qt Toolkit * * GNU Lesser General Public License Usage * This file may be used under the terms of the GNU Lesser * General Public License version 3 as published by the Free Software * Foundation and appearing in the file LICENSE.LGPL3 included in the * packaging of this file. Please review the following information to * ensure the GNU Lesser General Public License version 3 requirements * will be met: https://www.gnu.org/licenses/lgpl-3.0.html. *