Eneboo - Documentación para desarrolladores
Clases | Funciones | Variables
Referencia del Archivo src/qt/src/kernel/qcolor.h
#include "qwindowdefs.h"
#include "qstringlist.h"

Ir al código fuente de este archivo.

Clases

class  QColor
 The QColor class provides colors based on RGB or HSV values. Más...

Funciones

Q_EXPORT int qRed (QRgb rgb)
Q_EXPORT int qGreen (QRgb rgb)
Q_EXPORT int qBlue (QRgb rgb)
Q_EXPORT int qAlpha (QRgb rgb)
Q_EXPORT QRgb qRgb (int r, int g, int b)
Q_EXPORT QRgb qRgba (int r, int g, int b, int a)
Q_EXPORT int qGray (int r, int g, int b)
Q_EXPORT int qGray (QRgb rgb)
Q_EXPORT QDataStreamoperator<< (QDataStream &, const QColor &)
Q_EXPORT QDataStreamoperator>> (QDataStream &, QColor &)

Variables

const QRgb RGB_MASK = 0x00ffffff

Documentación de las funciones

Q_EXPORT QDataStream& operator<< ( QDataStream ,
const QColor  
) [related]
Q_EXPORT QDataStream& operator>> ( QDataStream ,
QColor  
) [related]
Q_EXPORT int qAlpha ( QRgb  rgb) [related]
Q_EXPORT int qBlue ( QRgb  rgb) [related]
Q_EXPORT int qGray ( QRgb  rgb) [inline]
Q_EXPORT int qGray ( int  r,
int  g,
int  b 
) [related]
Q_EXPORT int qGreen ( QRgb  rgb) [related]
Q_EXPORT int qRed ( QRgb  rgb) [related]
Q_EXPORT QRgb qRgb ( int  r,
int  g,
int  b 
) [related]
Q_EXPORT QRgb qRgba ( int  r,
int  g,
int  b,
int  a 
) [related]

Documentación de las variables

const QRgb RGB_MASK = 0x00ffffff
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'