![]() |
Qt 6.x
The Qt SDK
|
This is the complete list of members for QColor, including all inherited members.
alpha() const noexcept | QColor | |
alphaF() const noexcept | QColor | |
black() const noexcept | QColor | |
blackF() const noexcept | QColor | |
blue() const noexcept | QColor | |
blueF() const noexcept | QColor | |
Cmyk enum value | QColor | |
colorNames() | QColor | static |
convertTo(Spec colorSpec) const noexcept | QColor | |
cyan() const noexcept | QColor | |
cyanF() const noexcept | QColor | |
darker(int f=200) const noexcept | QColor | |
ExtendedRgb enum value | QColor | |
fromCmyk(int c, int m, int y, int k, int a=255) | QColor | static |
fromCmykF(float c, float m, float y, float k, float a=1.0) | QColor | static |
fromHsl(int h, int s, int l, int a=255) | QColor | static |
fromHslF(float h, float s, float l, float a=1.0) | QColor | static |
fromHsv(int h, int s, int v, int a=255) | QColor | static |
fromHsvF(float h, float s, float v, float a=1.0) | QColor | static |
fromRgb(QRgb rgb) noexcept | QColor | static |
fromRgb(int r, int g, int b, int a=255) | QColor | static |
fromRgba(QRgb rgba) noexcept | QColor | static |
fromRgba64(ushort r, ushort g, ushort b, ushort a=USHRT_MAX) noexcept | QColor | static |
fromRgba64(QRgba64 rgba) noexcept | QColor | static |
fromRgbF(float r, float g, float b, float a=1.0) | QColor | static |
fromString(QAnyStringView name) noexcept | QColor | static |
getCmyk(int *c, int *m, int *y, int *k, int *a=nullptr) const | QColor | |
getCmykF(float *c, float *m, float *y, float *k, float *a=nullptr) const | QColor | |
getHsl(int *h, int *s, int *l, int *a=nullptr) const | QColor | |
getHslF(float *h, float *s, float *l, float *a=nullptr) const | QColor | |
getHsv(int *h, int *s, int *v, int *a=nullptr) const | QColor | |
getHsvF(float *h, float *s, float *v, float *a=nullptr) const | QColor | |
getRgb(int *r, int *g, int *b, int *a=nullptr) const | QColor | |
getRgbF(float *r, float *g, float *b, float *a=nullptr) const | QColor | |
green() const noexcept | QColor | |
greenF() const noexcept | QColor | |
HexArgb enum value | QColor | |
HexRgb enum value | QColor | |
Hsl enum value | QColor | |
hslHue() const noexcept | QColor | |
hslHueF() const noexcept | QColor | |
hslSaturation() const noexcept | QColor | |
hslSaturationF() const noexcept | QColor | |
Hsv enum value | QColor | |
hsvHue() const noexcept | QColor | |
hsvHueF() const noexcept | QColor | |
hsvSaturation() const noexcept | QColor | |
hsvSaturationF() const noexcept | QColor | |
hue() const noexcept | QColor | |
hueF() const noexcept | QColor | |
Invalid enum value | QColor | |
isValid() const noexcept | QColor | inline |
isValidColorName(QAnyStringView) noexcept | QColor | static |
lighter(int f=150) const noexcept | QColor | |
lightness() const noexcept | QColor | |
lightnessF() const noexcept | QColor | |
magenta() const noexcept | QColor | |
magentaF() const noexcept | QColor | |
name(NameFormat format=HexRgb) const | QColor | |
NameFormat enum name | QColor | |
operator QVariant() const | QColor | |
operator!=(const QColor &c) const noexcept | QColor | |
operator<< | QColor | friend |
operator<<(QDataStream &stream, const QColor &color) | QColor | related |
operator=(Qt::GlobalColor color) noexcept | QColor | |
operator==(const QColor &c) const noexcept | QColor | |
operator>> | QColor | friend |
operator>>(QDataStream &stream, QColor &color) | QColor | related |
qAlpha(QRgb rgba) | QColor | related |
qBlue(QRgb rgb) | QColor | related |
QColor() noexcept | QColor | inline |
QColor(Qt::GlobalColor color) noexcept | QColor | |
QColor(int r, int g, int b, int a=255) noexcept | QColor | inline |
QColor(QRgb rgb) noexcept | QColor | |
QColor(QRgba64 rgba64) noexcept | QColor | |
QColor(const QString &name) | QColor | inline |
QColor(QStringView name) | QColor | inlineexplicit |
QColor(const char *aname) | QColor | inline |
QColor(QLatin1StringView name) | QColor | inline |
QColor(Spec spec) noexcept | QColor | |
QColormap | QColor | friend |
qGray(int r, int g, int b) | QColor | related |
qGray(QRgb rgb) | QColor | related |
qGreen(QRgb rgb) | QColor | related |
qPremultiply(QRgb rgb) | QColor | related |
qRed(QRgb rgb) | QColor | related |
qRgb(int r, int g, int b) | QColor | related |
QRgb | QColor | related |
qRgba(int r, int g, int b, int a) | QColor | related |
qUnpremultiply(QRgb rgb) | QColor | related |
red() const noexcept | QColor | |
redF() const noexcept | QColor | |
Rgb enum value | QColor | |
rgb() const noexcept | QColor | |
rgba() const noexcept | QColor | |
rgba64() const noexcept | QColor | |
saturation() const noexcept | QColor | |
saturationF() const noexcept | QColor | |
setAlpha(int alpha) | QColor | |
setAlphaF(float alpha) | QColor | |
setBlue(int blue) | QColor | |
setBlueF(float blue) | QColor | |
setCmyk(int c, int m, int y, int k, int a=255) | QColor | |
setCmykF(float c, float m, float y, float k, float a=1.0) | QColor | |
setGreen(int green) | QColor | |
setGreenF(float green) | QColor | |
setHsl(int h, int s, int l, int a=255) | QColor | |
setHslF(float h, float s, float l, float a=1.0) | QColor | |
setHsv(int h, int s, int v, int a=255) | QColor | |
setHsvF(float h, float s, float v, float a=1.0) | QColor | |
setRed(int red) | QColor | |
setRedF(float red) | QColor | |
setRgb(int r, int g, int b, int a=255) | QColor | |
setRgb(QRgb rgb) noexcept | QColor | |
setRgba(QRgb rgba) noexcept | QColor | |
setRgba64(QRgba64 rgba) noexcept | QColor | |
setRgbF(float r, float g, float b, float a=1.0) | QColor | |
Spec enum name | QColor | |
spec() const noexcept | QColor | inline |
toCmyk() const noexcept | QColor | |
toExtendedRgb() const noexcept | QColor | |
toHsl() const noexcept | QColor | |
toHsv() const noexcept | QColor | |
toRgb() const noexcept | QColor | |
value() const noexcept | QColor | |
valueF() const noexcept | QColor | |
yellow() const noexcept | QColor | |
yellowF() const noexcept | QColor |