- enum Spec
- QColor ()
- QColor ( int r, int g, int b, int a = 255 )
- QColor ( int x, int y, int z, Spec colorSpec )
- QColor ( QRgb rgb, uint pixel = 0xffffffff )
- QColor ( const QString & name )
- QColor ( const char * name )
- QColor ( const QColor & other )
- QColor ( Qt::GlobalColor color )
- int alpha () const
- int blue () const
- void cleanup ()
- QStringList colorNames ()
- int currentAllocContext ()
- QColor dark ( int factor = 200 ) const
- void destroyAllocContext ( int context )
- int enterAllocContext ()
- void getHsv ( int * h, int * s, int * v ) const
- void getRgb ( int * r, int * g, int * b ) const
- void getRgba ( int * r, int * g, int * b, int * a ) const
|
|