![]() |
Qt 4.8
|
This is the complete list of members for QColor, including all inherited members.
| acmyk | QColor | |
| ahsl | QColor | |
| ahsv | QColor | |
| allowX11ColorNames() | QColor | static |
| alpha | QColor | |
| alpha() const | QColor | |
| alphaF() const | QColor | |
| argb | QColor | |
| array | QColor | |
| black | QColor | |
| black() const | QColor | |
| blackF() const | QColor | |
| blue | QColor | |
| blue() const | QColor | |
| blueF() const | QColor | |
| Cmyk enum value | QColor | |
| colorNames() | QColor | static |
| convertTo(Spec colorSpec) const | QColor | |
| cspec | QColor | private |
| ct | QColor | private |
| cyan | QColor | |
| cyan() const | QColor | |
| cyanF() const | QColor | |
| dark(int f=200) const | QColor | |
| darker(int f=200) const | QColor | inline |
| fromCmyk(int c, int m, int y, int k, int a=255) | QColor | static |
| fromCmykF(qreal c, qreal m, qreal y, qreal k, qreal a=1.0) | QColor | static |
| fromHsl(int h, int s, int l, int a=255) | QColor | static |
| fromHslF(qreal h, qreal s, qreal l, qreal a=1.0) | QColor | static |
| fromHsv(int h, int s, int v, int a=255) | QColor | static |
| fromHsvF(qreal h, qreal s, qreal v, qreal a=1.0) | QColor | static |
| fromRgb(QRgb rgb) | QColor | static |
| fromRgb(int r, int g, int b, int a=255) | QColor | static |
| fromRgba(QRgb rgba) | QColor | static |
| fromRgbF(qreal r, qreal g, qreal b, qreal a=1.0) | QColor | static |
| getCmyk(int *c, int *m, int *y, int *k, int *a=0) | QColor | |
| getCmykF(qreal *c, qreal *m, qreal *y, qreal *k, qreal *a=0) | QColor | |
| getHsl(int *h, int *s, int *l, int *a=0) const | QColor | |
| getHslF(qreal *h, qreal *s, qreal *l, qreal *a=0) const | QColor | |
| getHsv(int *h, int *s, int *v, int *a=0) const | QColor | |
| getHsvF(qreal *h, qreal *s, qreal *v, qreal *a=0) const | QColor | |
| getRgb(int *r, int *g, int *b, int *a=0) const | QColor | |
| getRgbF(qreal *r, qreal *g, qreal *b, qreal *a=0) const | QColor | |
| green | QColor | |
| green() const | QColor | |
| greenF() const | QColor | |
| Hsl enum value | QColor | |
| hslHue() const | QColor | |
| hslHueF() const | QColor | |
| hslSaturation() const | QColor | |
| hslSaturationF() const | QColor | |
| Hsv enum value | QColor | |
| hsvHue() const | QColor | |
| hsvHueF() const | QColor | |
| hsvSaturation() const | QColor | |
| hsvSaturationF() const | QColor | |
| hue | QColor | |
| hue() const | QColor | |
| hueF() const | QColor | |
| Invalid enum value | QColor | |
| invalidate() | QColor | private |
| isValid() const | QColor | inline |
| isValidColor(const QString &name) | QColor | static |
| light(int f=150) const | QColor | |
| lighter(int f=150) const | QColor | inline |
| lightness | QColor | |
| lightness() const | QColor | |
| lightnessF() const | QColor | |
| magenta | QColor | |
| magenta() const | QColor | |
| magentaF() const | QColor | |
| name() const | QColor | |
| operator QVariant() const | QColor | |
| operator!=(const QColor &c) const | QColor | |
| operator<<(QDataStream &, const QColor &) | QColor | friend |
| operator=(const QColor &) | QColor | |
| operator=(Qt::GlobalColor color) | QColor | |
| operator==(const QColor &c) const | QColor | |
| operator>>(QDataStream &, QColor &) | QColor | friend |
| pad | QColor | |
| qAlpha(QRgb rgba) | QColor | related |
| qBlue(QRgb rgb) | QColor | related |
| QColor() | QColor | inline |
| QColor(Qt::GlobalColor color) | QColor | |
| QColor(int r, int g, int b, int a=255) | QColor | inline |
| QColor(QRgb rgb) | QColor | |
| QColor(const QString &name) | QColor | inline |
| QColor(const char *name) | QColor | inline |
| QColor(const QColor &color) | QColor | inline |
| QColor(Spec spec) | QColor | |
| QColor(int, int, int, Spec) | QColor | private |
| QColormap class | QColor | friend |
| qGray(int r, int g, int b) | QColor | related |
| qGray(QRgb rgb) | QColor | related |
| qGreen(QRgb rgb) | QColor | related |
| qRed(QRgb rgb) | QColor | related |
| QRgb | QColor | related |
| qRgb(int r, int g, int b) | QColor | related |
| qRgba(int r, int g, int b, int a) | QColor | related |
| red | QColor | |
| red() const | QColor | |
| redF() const | QColor | |
| rgb() const | QColor | |
| Rgb enum value | QColor | |
| rgba() const | QColor | |
| saturation | QColor | |
| saturation() const | QColor | |
| saturationF() const | QColor | |
| setAllowX11ColorNames(bool enabled) | QColor | static |
| setAlpha(int alpha) | QColor | |
| setAlphaF(qreal alpha) | QColor | |
| setBlue(int blue) | QColor | |
| setBlueF(qreal blue) | QColor | |
| setCmyk(int c, int m, int y, int k, int a=255) | QColor | |
| setCmykF(qreal c, qreal m, qreal y, qreal k, qreal a=1.0) | QColor | |
| setColorFromString(const QString &name) | QColor | private |
| setGreen(int green) | QColor | |
| setGreenF(qreal green) | QColor | |
| setHsl(int h, int s, int l, int a=255) | QColor | |
| setHslF(qreal h, qreal s, qreal l, qreal a=1.0) | QColor | |
| setHsv(int h, int s, int v, int a=255) | QColor | |
| setHsvF(qreal h, qreal s, qreal v, qreal a=1.0) | QColor | |
| setNamedColor(const QString &name) | QColor | |
| setRed(int red) | QColor | |
| setRedF(qreal red) | QColor | |
| setRgb(int r, int g, int b, int a=255) | QColor | |
| setRgb(QRgb rgb) | QColor | |
| setRgba(QRgb rgba) | QColor | |
| setRgbF(qreal r, qreal g, qreal b, qreal a=1.0) | QColor | |
| Spec enum name | QColor | |
| spec() const | QColor | inline |
| toCmyk() const | QColor | |
| toHsl() const | QColor | |
| toHsv() const | QColor | |
| toRgb() const | QColor | |
| value | QColor | |
| value() const | QColor | |
| valueF() const | QColor | |
| yellow | QColor | |
| yellow() const | QColor | |
| yellowF() const | QColor |