Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QColor Member List

This is the complete list of members for QColor, including all inherited members.

alpha() const noexceptQColor
alphaF() const noexceptQColor
black() const noexceptQColor
blackF() const noexceptQColor
blue() const noexceptQColor
blueF() const noexceptQColor
Cmyk enum valueQColor
colorNames()QColorstatic
convertTo(Spec colorSpec) const noexceptQColor
cyan() const noexceptQColor
cyanF() const noexceptQColor
darker(int f=200) const noexceptQColor
ExtendedRgb enum valueQColor
fromCmyk(int c, int m, int y, int k, int a=255)QColorstatic
fromCmykF(float c, float m, float y, float k, float a=1.0)QColorstatic
fromHsl(int h, int s, int l, int a=255)QColorstatic
fromHslF(float h, float s, float l, float a=1.0)QColorstatic
fromHsv(int h, int s, int v, int a=255)QColorstatic
fromHsvF(float h, float s, float v, float a=1.0)QColorstatic
fromRgb(QRgb rgb) noexceptQColorstatic
fromRgb(int r, int g, int b, int a=255)QColorstatic
fromRgba(QRgb rgba) noexceptQColorstatic
fromRgba64(ushort r, ushort g, ushort b, ushort a=USHRT_MAX) noexceptQColorstatic
fromRgba64(QRgba64 rgba) noexceptQColorstatic
fromRgbF(float r, float g, float b, float a=1.0)QColorstatic
fromString(QAnyStringView name) noexceptQColorstatic
getCmyk(int *c, int *m, int *y, int *k, int *a=nullptr) constQColor
getCmykF(float *c, float *m, float *y, float *k, float *a=nullptr) constQColor
getHsl(int *h, int *s, int *l, int *a=nullptr) constQColor
getHslF(float *h, float *s, float *l, float *a=nullptr) constQColor
getHsv(int *h, int *s, int *v, int *a=nullptr) constQColor
getHsvF(float *h, float *s, float *v, float *a=nullptr) constQColor
getRgb(int *r, int *g, int *b, int *a=nullptr) constQColor
getRgbF(float *r, float *g, float *b, float *a=nullptr) constQColor
green() const noexceptQColor
greenF() const noexceptQColor
HexArgb enum valueQColor
HexRgb enum valueQColor
Hsl enum valueQColor
hslHue() const noexceptQColor
hslHueF() const noexceptQColor
hslSaturation() const noexceptQColor
hslSaturationF() const noexceptQColor
Hsv enum valueQColor
hsvHue() const noexceptQColor
hsvHueF() const noexceptQColor
hsvSaturation() const noexceptQColor
hsvSaturationF() const noexceptQColor
hue() const noexceptQColor
hueF() const noexceptQColor
Invalid enum valueQColor
isValid() const noexceptQColorinline
isValidColorName(QAnyStringView) noexceptQColorstatic
lighter(int f=150) const noexceptQColor
lightness() const noexceptQColor
lightnessF() const noexceptQColor
magenta() const noexceptQColor
magentaF() const noexceptQColor
name(NameFormat format=HexRgb) constQColor
NameFormat enum nameQColor
operator QVariant() constQColor
operator!=(const QColor &c) const noexceptQColor
operator<<QColorfriend
operator<<(QDataStream &stream, const QColor &color)QColorrelated
operator=(Qt::GlobalColor color) noexceptQColor
operator==(const QColor &c) const noexceptQColor
operator>>QColorfriend
operator>>(QDataStream &stream, QColor &color)QColorrelated
qAlpha(QRgb rgba)QColorrelated
qBlue(QRgb rgb)QColorrelated
QColor() noexceptQColorinline
QColor(Qt::GlobalColor color) noexceptQColor
QColor(int r, int g, int b, int a=255) noexceptQColorinline
QColor(QRgb rgb) noexceptQColor
QColor(QRgba64 rgba64) noexceptQColor
QColor(const QString &name)QColorinline
QColor(QStringView name)QColorinlineexplicit
QColor(const char *aname)QColorinline
QColor(QLatin1StringView name)QColorinline
QColor(Spec spec) noexceptQColor
QColormapQColorfriend
qGray(int r, int g, int b)QColorrelated
qGray(QRgb rgb)QColorrelated
qGreen(QRgb rgb)QColorrelated
qPremultiply(QRgb rgb)QColorrelated
qRed(QRgb rgb)QColorrelated
qRgb(int r, int g, int b)QColorrelated
QRgbQColorrelated
qRgba(int r, int g, int b, int a)QColorrelated
qUnpremultiply(QRgb rgb)QColorrelated
red() const noexceptQColor
redF() const noexceptQColor
Rgb enum valueQColor
rgb() const noexceptQColor
rgba() const noexceptQColor
rgba64() const noexceptQColor
saturation() const noexceptQColor
saturationF() const noexceptQColor
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) noexceptQColor
setRgba(QRgb rgba) noexceptQColor
setRgba64(QRgba64 rgba) noexceptQColor
setRgbF(float r, float g, float b, float a=1.0)QColor
Spec enum nameQColor
spec() const noexceptQColorinline
toCmyk() const noexceptQColor
toExtendedRgb() const noexceptQColor
toHsl() const noexceptQColor
toHsv() const noexceptQColor
toRgb() const noexceptQColor
value() const noexceptQColor
valueF() const noexceptQColor
yellow() const noexceptQColor
yellowF() const noexceptQColor