- alpha
int alpha()
Undocumented in source.
- alphaF
float alphaF()
Undocumented in source.
- black
int black()
Undocumented in source.
- blackF
float blackF()
Undocumented in source.
- blue
int blue()
Undocumented in source.
- blueF
float blueF()
Undocumented in source.
- convertTo
QColor convertTo(Spec colorSpec)
Undocumented in source.
- cyan
int cyan()
Undocumented in source.
- cyanF
float cyanF()
Undocumented in source.
- darker
QColor darker(int f)
Undocumented in source.
- getCmyk
void getCmyk(int* c, int* m, int* y, int* k, int* a)
Undocumented in source.
- getCmykF
void getCmykF(float* c, float* m, float* y, float* k, float* a)
Undocumented in source.
- getHsl
void getHsl(int* h, int* s, int* l, int* a)
Undocumented in source.
- getHslF
void getHslF(float* h, float* s, float* l, float* a)
Undocumented in source.
- getHsv
void getHsv(int* h, int* s, int* v, int* a)
Undocumented in source.
- getHsvF
void getHsvF(float* h, float* s, float* v, float* a)
Undocumented in source.
- getRgb
void getRgb(int* r, int* g, int* b, int* a)
Undocumented in source.
- getRgbF
void getRgbF(float* r, float* g, float* b, float* a)
Undocumented in source.
- green
int green()
Undocumented in source.
- greenF
float greenF()
Undocumented in source.
- hslHue
int hslHue()
Undocumented in source.
- hslHueF
float hslHueF()
Undocumented in source.
- hslSaturation
int hslSaturation()
Undocumented in source.
- hslSaturationF
float hslSaturationF()
Undocumented in source.
- hsvHue
int hsvHue()
Undocumented in source.
- hsvHueF
float hsvHueF()
Undocumented in source.
- hsvSaturation
int hsvSaturation()
Undocumented in source.
- hsvSaturationF
float hsvSaturationF()
Undocumented in source.
- hue
int hue()
Undocumented in source.
- hueF
float hueF()
Undocumented in source.
- isValid
bool isValid()
Undocumented in source. Be warned that the author may not have intended to support it.
- lighter
QColor lighter(int f)
Undocumented in source.
- lightness
int lightness()
Undocumented in source.
- lightnessF
float lightnessF()
Undocumented in source.
- magenta
int magenta()
Undocumented in source.
- magentaF
float magentaF()
Undocumented in source.
- name
QString name(NameFormat format)
Undocumented in source.
- opEquals
bool opEquals(const(QColor) c)
Undocumented in source.
- opEquals
bool opEquals(const(QColor) c)
Undocumented in source. Be warned that the author may not have intended to support it.
- red
int red()
Undocumented in source.
- redF
float redF()
Undocumented in source.
- rgb
QRgb rgb()
Undocumented in source.
- rgba
QRgb rgba()
Undocumented in source.
- rgba64
QRgba64 rgba64()
Undocumented in source.
- saturation
int saturation()
Undocumented in source.
- saturationF
float saturationF()
Undocumented in source.
- setAlpha
void setAlpha(int alpha)
Undocumented in source.
- setAlphaF
void setAlphaF(float alpha)
Undocumented in source.
- setBlue
void setBlue(int blue)
Undocumented in source.
- setBlueF
void setBlueF(float blue)
Undocumented in source.
- setCmyk
void setCmyk(int c, int m, int y, int k, int a)
Undocumented in source.
- setCmykF
void setCmykF(float c, float m, float y, float k, float a)
Undocumented in source.
- setGreen
void setGreen(int green)
Undocumented in source.
- setGreenF
void setGreenF(float green)
Undocumented in source.
- setHsl
void setHsl(int h, int s, int l, int a)
Undocumented in source.
- setHslF
void setHslF(float h, float s, float l, float a)
Undocumented in source.
- setHsv
void setHsv(int h, int s, int v, int a)
Undocumented in source.
- setHsvF
void setHsvF(float h, float s, float v, float a)
Undocumented in source.
- setNamedColor
void setNamedColor(const(QString) name)
Undocumented in source.
- setNamedColor
void setNamedColor(QStringView name)
Undocumented in source.
- setNamedColor
void setNamedColor(QLatin1String name)
Undocumented in source.
- setRed
void setRed(int red)
Undocumented in source.
- setRedF
void setRedF(float red)
Undocumented in source.
- setRgb
void setRgb(int r, int g, int b, int a)
Undocumented in source.
- setRgb
void setRgb(QRgb rgb)
Undocumented in source.
- setRgbF
void setRgbF(float r, float g, float b, float a)
Undocumented in source.
- setRgba
void setRgba(QRgb rgba)
Undocumented in source.
- setRgba64
void setRgba64(QRgba64 rgba)
Undocumented in source.
- spec
Spec spec()
Undocumented in source. Be warned that the author may not have intended to support it.
- toCmyk
QColor toCmyk()
Undocumented in source.
- toExtendedRgb
QColor toExtendedRgb()
Undocumented in source.
- toHsl
QColor toHsl()
Undocumented in source.
- toHsv
QColor toHsv()
Undocumented in source.
- toRgb
QColor toRgb()
Undocumented in source.
- value
int value()
Undocumented in source.
- valueF
float valueF()
Undocumented in source.
- yellow
int yellow()
Undocumented in source.
- yellowF
float yellowF()
Undocumented in source.
- colorNames
QStringList colorNames()
Undocumented in source.
- fromCmyk
QColor fromCmyk(int c, int m, int y, int k, int a)
Undocumented in source.
- fromCmykF
QColor fromCmykF(float c, float m, float y, float k, float a)
Undocumented in source.
- fromHsl
QColor fromHsl(int h, int s, int l, int a)
Undocumented in source.
- fromHslF
QColor fromHslF(float h, float s, float l, float a)
Undocumented in source.
- fromHsv
QColor fromHsv(int h, int s, int v, int a)
Undocumented in source.
- fromHsvF
QColor fromHsvF(float h, float s, float v, float a)
Undocumented in source.
- fromRgb
QColor fromRgb(QRgb rgb)
Undocumented in source.
- fromRgb
QColor fromRgb(int r, int g, int b, int a)
Undocumented in source.
- fromRgbF
QColor fromRgbF(float r, float g, float b, float a)
Undocumented in source.
- fromRgba
QColor fromRgba(QRgb rgba)
Undocumented in source.
- fromRgba64
QColor fromRgba64(ushort r, ushort g, ushort b, ushort a)
Undocumented in source.
- fromRgba64
QColor fromRgba64(QRgba64 rgba)
Undocumented in source.
- isValidColor
bool isValidColor(const(QString) name)
Undocumented in source.
- isValidColor
bool isValidColor(QStringView )
Undocumented in source.
- isValidColor
bool isValidColor(QLatin1String )
Undocumented in source.
Binding for C++ class QColor.