CopperSpice API  1.9.1
QColor Member List

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

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