#include <qsgattr.h>
Inheritance diagram for QSGColor:
Public Methods | |
QSGColor () | |
QSGColor (unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha=255U) | |
const QSGColor & | set (unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha=255U) |
Public Attributes | |
unsigned char | r |
unsigned char | g |
unsigned char | b |
unsigned char | a |
Friends | |
bool | operator== (const QSGColor &, const QSGColor &) |
bool | operator!= (const QSGColor &, const QSGColor &) |
QString | toQString (const QSGColor &a) |
QSGColor | toQSGColor (const QString &s) |
|
Creates a black color. |