API reference - Class QColor

Notation used in Ruby API documentation

Module: QtGui

Description: Binding of QColor

Sub-classes: NameFormat, QFlags_NameFormat, Spec, QFlags_Spec

Public constructors

new QColornewConstructor QColor::QColor()
new QColornew(const Qt_GlobalColor color)Constructor QColor::QColor(Qt::GlobalColor color)
new QColornew(int r,
int g,
int b,
int a = 255)
Constructor QColor::QColor(int r, int g, int b, int a)
new QColornew(unsigned int rgb)Constructor QColor::QColor(unsigned int rgb)
new QColornew(string name)Constructor QColor::QColor(const char *name)
new QColornew(const QColor color)Constructor QColor::QColor(const QColor &color)
new QColornew(const QColor_Spec spec)Constructor QColor::QColor(QColor::Spec spec)

Public methods

[const]bool!=(const QColor c)Method bool QColor::operator!=(const QColor &c)
[const]bool==(const QColor c)Method bool QColor::operator==(const QColor &c)
void_assign(const QColor other)Assigns another object to self
void_createEnsures the C++ object is created
void_destroyExplicitly destroys the object
[const]bool_destroyed?Returns a value indicating whether the object was already destroyed
[const]bool_is_const_object?Returns a value indicating whether the reference is a const reference
void_manageMarks the object as managed by the script side.
void_unmanageMarks the object as no longer owned by the script side.
[const]intalphaMethod int QColor::alpha()
voidalpha=(int alpha)Method void QColor::setAlpha(int alpha)
[const]doublealphaFMethod double QColor::alphaF()
voidalphaF=(double alpha)Method void QColor::setAlphaF(double alpha)
QColorassign(const QColor arg1)Method QColor &QColor::operator=(const QColor &)
QColorassign(const Qt_GlobalColor color)Method QColor &QColor::operator=(Qt::GlobalColor color)
[const]intblackMethod int QColor::black()
[const]doubleblackFMethod double QColor::blackF()
[const]intblueMethod int QColor::blue()
voidblue=(int blue)Method void QColor::setBlue(int blue)
[const]doubleblueFMethod double QColor::blueF()
voidblueF=(double blue)Method void QColor::setBlueF(double blue)
[const]QColorconvertTo(const QColor_Spec colorSpec)Method QColor QColor::convertTo(QColor::Spec colorSpec)
[const]intcyanMethod int QColor::cyan()
[const]doublecyanFMethod double QColor::cyanF()
[const]QColordark(int f = 200)Method QColor QColor::dark(int f)
[const]QColordarker(int f = 200)Method QColor QColor::darker(int f)
[const]new QColor ptrdupCreates a copy of self
voidgetCmyk(int ptr c,
int ptr m,
int ptr y,
int ptr k,
int ptr a = 0)
Method void QColor::getCmyk(int *c, int *m, int *y, int *k, int *a)
voidgetCmykF(double ptr c,
double ptr m,
double ptr y,
double ptr k,
double ptr a = 0)
Method void QColor::getCmykF(double *c, double *m, double *y, double *k, double *a)
[const]voidgetHsl(int ptr h,
int ptr s,
int ptr l,
int ptr a = 0)
Method void QColor::getHsl(int *h, int *s, int *l, int *a)
[const]voidgetHslF(double ptr h,
double ptr s,
double ptr l,
double ptr a = 0)
Method void QColor::getHslF(double *h, double *s, double *l, double *a)
[const]voidgetHsv(int ptr h,
int ptr s,
int ptr v,
int ptr a = 0)
Method void QColor::getHsv(int *h, int *s, int *v, int *a)
[const]voidgetHsvF(double ptr h,
double ptr s,
double ptr v,
double ptr a = 0)
Method void QColor::getHsvF(double *h, double *s, double *v, double *a)
[const]voidgetRgb(int ptr r,
int ptr g,
int ptr b,
int ptr a = 0)
Method void QColor::getRgb(int *r, int *g, int *b, int *a)
[const]voidgetRgbF(double ptr r,
double ptr g,
double ptr b,
double ptr a = 0)
Method void QColor::getRgbF(double *r, double *g, double *b, double *a)
[const]intgreenMethod int QColor::green()
voidgreen=(int green)Method void QColor::setGreen(int green)
[const]doublegreenFMethod double QColor::greenF()
voidgreenF=(double green)Method void QColor::setGreenF(double green)
[const]inthslHueMethod int QColor::hslHue()
[const]doublehslHueFMethod double QColor::hslHueF()
[const]inthslSaturationMethod int QColor::hslSaturation()
[const]doublehslSaturationFMethod double QColor::hslSaturationF()
[const]inthsvHueMethod int QColor::hsvHue()
[const]doublehsvHueFMethod double QColor::hsvHueF()
[const]inthsvSaturationMethod int QColor::hsvSaturation()
[const]doublehsvSaturationFMethod double QColor::hsvSaturationF()
[const]inthueMethod int QColor::hue()
[const]doublehueFMethod double QColor::hueF()
[const]boolisValid?Method bool QColor::isValid()
[const]QColorlight(int f = 150)Method QColor QColor::light(int f)
[const]QColorlighter(int f = 150)Method QColor QColor::lighter(int f)
[const]intlightnessMethod int QColor::lightness()
[const]doublelightnessFMethod double QColor::lightnessF()
[const]intmagentaMethod int QColor::magenta()
[const]doublemagentaFMethod double QColor::magentaF()
[const]stringnameMethod QString QColor::name()
[const]stringname(const QColor_NameFormat format)Method QString QColor::name(QColor::NameFormat format)
[const]intredMethod int QColor::red()
voidred=(int red)Method void QColor::setRed(int red)
[const]doubleredFMethod double QColor::redF()
voidredF=(double red)Method void QColor::setRedF(double red)
[const]unsigned intrgbMethod unsigned int QColor::rgb()
voidrgb=(unsigned int rgb)Method void QColor::setRgb(unsigned int rgb)
[const]unsigned intrgbaMethod unsigned int QColor::rgba()
voidrgba=(unsigned int rgba)Method void QColor::setRgba(unsigned int rgba)
[const]intsaturationMethod int QColor::saturation()
[const]doublesaturationFMethod double QColor::saturationF()
voidsetAlpha(int alpha)Method void QColor::setAlpha(int alpha)
voidsetAlphaF(double alpha)Method void QColor::setAlphaF(double alpha)
voidsetBlue(int blue)Method void QColor::setBlue(int blue)
voidsetBlueF(double blue)Method void QColor::setBlueF(double blue)
voidsetCmyk(int c,
int m,
int y,
int k,
int a = 255)
Method void QColor::setCmyk(int c, int m, int y, int k, int a)
voidsetCmykF(double c,
double m,
double y,
double k,
double a = 1.0)
Method void QColor::setCmykF(double c, double m, double y, double k, double a)
voidsetGreen(int green)Method void QColor::setGreen(int green)
voidsetGreenF(double green)Method void QColor::setGreenF(double green)
voidsetHsl(int h,
int s,
int l,
int a = 255)
Method void QColor::setHsl(int h, int s, int l, int a)
voidsetHslF(double h,
double s,
double l,
double a = 1.0)
Method void QColor::setHslF(double h, double s, double l, double a)
voidsetHsv(int h,
int s,
int v,
int a = 255)
Method void QColor::setHsv(int h, int s, int v, int a)
voidsetHsvF(double h,
double s,
double v,
double a = 1.0)
Method void QColor::setHsvF(double h, double s, double v, double a)
voidsetNamedColor(string name)Method void QColor::setNamedColor(const QString &name)
voidsetRed(int red)Method void QColor::setRed(int red)
voidsetRedF(double red)Method void QColor::setRedF(double red)
voidsetRgb(int r,
int g,
int b,
int a = 255)
Method void QColor::setRgb(int r, int g, int b, int a)
voidsetRgb(unsigned int rgb)Method void QColor::setRgb(unsigned int rgb)
voidsetRgbF(double r,
double g,
double b,
double a = 1.0)
Method void QColor::setRgbF(double r, double g, double b, double a)
voidsetRgba(unsigned int rgba)Method void QColor::setRgba(unsigned int rgba)
[const]QColor_SpecspecMethod QColor::Spec QColor::spec()
[const]QColortoCmykMethod QColor QColor::toCmyk()
[const]QColortoHslMethod QColor QColor::toHsl()
[const]QColortoHsvMethod QColor QColor::toHsv()
[const]QColortoRgbMethod QColor QColor::toRgb()
[const]intvalueMethod int QColor::value()
[const]doublevalueFMethod double QColor::valueF()
[const]intyellowMethod int QColor::yellow()
[const]doubleyellowFMethod double QColor::yellowF()

Public static methods and constants

[static,const]QColor_SpecCmykEnum constant QColor::Cmyk
[static,const]QColor_NameFormatHexArgbEnum constant QColor::HexArgb
[static,const]QColor_NameFormatHexRgbEnum constant QColor::HexRgb
[static,const]QColor_SpecHslEnum constant QColor::Hsl
[static,const]QColor_SpecHsvEnum constant QColor::Hsv
[static,const]QColor_SpecInvalidEnum constant QColor::Invalid
[static,const]QColor_SpecRgbEnum constant QColor::Rgb
string[]colorNamesStatic method QStringList QColor::colorNames()
QColorfromCmyk(int c,
int m,
int y,
int k,
int a = 255)
Static method QColor QColor::fromCmyk(int c, int m, int y, int k, int a)
QColorfromCmykF(double c,
double m,
double y,
double k,
double a = 1.0)
Static method QColor QColor::fromCmykF(double c, double m, double y, double k, double a)
QColorfromHsl(int h,
int s,
int l,
int a = 255)
Static method QColor QColor::fromHsl(int h, int s, int l, int a)
QColorfromHslF(double h,
double s,
double l,
double a = 1.0)
Static method QColor QColor::fromHslF(double h, double s, double l, double a)
QColorfromHsv(int h,
int s,
int v,
int a = 255)
Static method QColor QColor::fromHsv(int h, int s, int v, int a)
QColorfromHsvF(double h,
double s,
double v,
double a = 1.0)
Static method QColor QColor::fromHsvF(double h, double s, double v, double a)
QColorfromRgb(unsigned int rgb)Static method QColor QColor::fromRgb(unsigned int rgb)
QColorfromRgb(int r,
int g,
int b,
int a = 255)
Static method QColor QColor::fromRgb(int r, int g, int b, int a)
QColorfromRgbF(double r,
double g,
double b,
double a = 1.0)
Static method QColor QColor::fromRgbF(double r, double g, double b, double a)
QColorfromRgba(unsigned int rgba)Static method QColor QColor::fromRgba(unsigned int rgba)
boolisValidColor?(string name)Static method bool QColor::isValidColor(const QString &name)

Deprecated methods (protected, public, static, non-static and constructors)

voidcreateUse of this method is deprecated. Use _create instead
voiddestroyUse of this method is deprecated. Use _destroy instead
[const]booldestroyed?Use of this method is deprecated. Use _destroyed? instead
[const]boolis_const_object?Use of this method is deprecated. Use _is_const_object? instead

Detailed description

!=

Signature: [const] bool != (const QColor c)

Description: Method bool QColor::operator!=(const QColor &c)

==

Signature: [const] bool == (const QColor c)

Description: Method bool QColor::operator==(const QColor &c)

Cmyk

Signature: [static,const] QColor_Spec Cmyk

Description: Enum constant QColor::Cmyk

Python specific notes:
The object exposes a readable attribute 'Cmyk'. This is the getter.

HexArgb

Signature: [static,const] QColor_NameFormat HexArgb

Description: Enum constant QColor::HexArgb

Python specific notes:
The object exposes a readable attribute 'HexArgb'. This is the getter.

HexRgb

Signature: [static,const] QColor_NameFormat HexRgb

Description: Enum constant QColor::HexRgb

Python specific notes:
The object exposes a readable attribute 'HexRgb'. This is the getter.

Hsl

Signature: [static,const] QColor_Spec Hsl

Description: Enum constant QColor::Hsl

Python specific notes:
The object exposes a readable attribute 'Hsl'. This is the getter.

Hsv

Signature: [static,const] QColor_Spec Hsv

Description: Enum constant QColor::Hsv

Python specific notes:
The object exposes a readable attribute 'Hsv'. This is the getter.

Invalid

Signature: [static,const] QColor_Spec Invalid

Description: Enum constant QColor::Invalid

Python specific notes:
The object exposes a readable attribute 'Invalid'. This is the getter.

Rgb

Signature: [static,const] QColor_Spec Rgb

Description: Enum constant QColor::Rgb

Python specific notes:
The object exposes a readable attribute 'Rgb'. This is the getter.

_assign

Signature: void _assign (const QColor other)

Description: Assigns another object to self

_create

Signature: void _create

Description: Ensures the C++ object is created

Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created.

_destroy

Signature: void _destroy

Description: Explicitly destroys the object

Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing.

_destroyed?

Signature: [const] bool _destroyed?

Description: Returns a value indicating whether the object was already destroyed

This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself.

_is_const_object?

Signature: [const] bool _is_const_object?

Description: Returns a value indicating whether the reference is a const reference

This method returns true, if self is a const reference. In that case, only const methods may be called on self.

_manage

Signature: void _manage

Description: Marks the object as managed by the script side.

After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required.

Usually it's not required to call this method. It has been introduced in version 0.24.

_unmanage

Signature: void _unmanage

Description: Marks the object as no longer owned by the script side.

Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur.

Usually it's not required to call this method. It has been introduced in version 0.24.

alpha

Signature: [const] int alpha

Description: Method int QColor::alpha()

Python specific notes:
The object exposes a readable attribute 'alpha'. This is the getter.

alpha=

Signature: void alpha= (int alpha)

Description: Method void QColor::setAlpha(int alpha)

Python specific notes:
The object exposes a writable attribute 'alpha'. This is the setter.

alphaF

Signature: [const] double alphaF

Description: Method double QColor::alphaF()

Python specific notes:
The object exposes a readable attribute 'alphaF'. This is the getter.

alphaF=

Signature: void alphaF= (double alpha)

Description: Method void QColor::setAlphaF(double alpha)

Python specific notes:
The object exposes a writable attribute 'alphaF'. This is the setter.

assign

(1) Signature: QColor assign (const QColor arg1)

Description: Method QColor &QColor::operator=(const QColor &)

(2) Signature: QColor assign (const Qt_GlobalColor color)

Description: Method QColor &QColor::operator=(Qt::GlobalColor color)

black

Signature: [const] int black

Description: Method int QColor::black()

blackF

Signature: [const] double blackF

Description: Method double QColor::blackF()

blue

Signature: [const] int blue

Description: Method int QColor::blue()

Python specific notes:
The object exposes a readable attribute 'blue'. This is the getter.

blue=

Signature: void blue= (int blue)

Description: Method void QColor::setBlue(int blue)

Python specific notes:
The object exposes a writable attribute 'blue'. This is the setter.

blueF

Signature: [const] double blueF

Description: Method double QColor::blueF()

Python specific notes:
The object exposes a readable attribute 'blueF'. This is the getter.

blueF=

Signature: void blueF= (double blue)

Description: Method void QColor::setBlueF(double blue)

Python specific notes:
The object exposes a writable attribute 'blueF'. This is the setter.

colorNames

Signature: [static] string[] colorNames

Description: Static method QStringList QColor::colorNames()

This method is static and can be called without an instance.

convertTo

Signature: [const] QColor convertTo (const QColor_Spec colorSpec)

Description: Method QColor QColor::convertTo(QColor::Spec colorSpec)

create

Signature: void create

Description: Ensures the C++ object is created

Use of this method is deprecated. Use _create instead

Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created.

cyan

Signature: [const] int cyan

Description: Method int QColor::cyan()

cyanF

Signature: [const] double cyanF

Description: Method double QColor::cyanF()

dark

Signature: [const] QColor dark (int f = 200)

Description: Method QColor QColor::dark(int f)

darker

Signature: [const] QColor darker (int f = 200)

Description: Method QColor QColor::darker(int f)

destroy

Signature: void destroy

Description: Explicitly destroys the object

Use of this method is deprecated. Use _destroy instead

Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing.

destroyed?

Signature: [const] bool destroyed?

Description: Returns a value indicating whether the object was already destroyed

Use of this method is deprecated. Use _destroyed? instead

This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself.

dup

Signature: [const] new QColor ptr dup

Description: Creates a copy of self

Python specific notes:
This method also implements '__copy__' and '__deepcopy__'.

fromCmyk

Signature: [static] QColor fromCmyk (int c, int m, int y, int k, int a = 255)

Description: Static method QColor QColor::fromCmyk(int c, int m, int y, int k, int a)

This method is static and can be called without an instance.

fromCmykF

Signature: [static] QColor fromCmykF (double c, double m, double y, double k, double a = 1.0)

Description: Static method QColor QColor::fromCmykF(double c, double m, double y, double k, double a)

This method is static and can be called without an instance.

fromHsl

Signature: [static] QColor fromHsl (int h, int s, int l, int a = 255)

Description: Static method QColor QColor::fromHsl(int h, int s, int l, int a)

This method is static and can be called without an instance.

fromHslF

Signature: [static] QColor fromHslF (double h, double s, double l, double a = 1.0)

Description: Static method QColor QColor::fromHslF(double h, double s, double l, double a)

This method is static and can be called without an instance.

fromHsv

Signature: [static] QColor fromHsv (int h, int s, int v, int a = 255)

Description: Static method QColor QColor::fromHsv(int h, int s, int v, int a)

This method is static and can be called without an instance.

fromHsvF

Signature: [static] QColor fromHsvF (double h, double s, double v, double a = 1.0)

Description: Static method QColor QColor::fromHsvF(double h, double s, double v, double a)

This method is static and can be called without an instance.

fromRgb

(1) Signature: [static] QColor fromRgb (unsigned int rgb)

Description: Static method QColor QColor::fromRgb(unsigned int rgb)

This method is static and can be called without an instance.

(2) Signature: [static] QColor fromRgb (int r, int g, int b, int a = 255)

Description: Static method QColor QColor::fromRgb(int r, int g, int b, int a)

This method is static and can be called without an instance.

fromRgbF

Signature: [static] QColor fromRgbF (double r, double g, double b, double a = 1.0)

Description: Static method QColor QColor::fromRgbF(double r, double g, double b, double a)

This method is static and can be called without an instance.

fromRgba

Signature: [static] QColor fromRgba (unsigned int rgba)

Description: Static method QColor QColor::fromRgba(unsigned int rgba)

This method is static and can be called without an instance.

getCmyk

Signature: void getCmyk (int ptr c, int ptr m, int ptr y, int ptr k, int ptr a = 0)

Description: Method void QColor::getCmyk(int *c, int *m, int *y, int *k, int *a)

getCmykF

Signature: void getCmykF (double ptr c, double ptr m, double ptr y, double ptr k, double ptr a = 0)

Description: Method void QColor::getCmykF(double *c, double *m, double *y, double *k, double *a)

getHsl

Signature: [const] void getHsl (int ptr h, int ptr s, int ptr l, int ptr a = 0)

Description: Method void QColor::getHsl(int *h, int *s, int *l, int *a)

getHslF

Signature: [const] void getHslF (double ptr h, double ptr s, double ptr l, double ptr a = 0)

Description: Method void QColor::getHslF(double *h, double *s, double *l, double *a)

getHsv

Signature: [const] void getHsv (int ptr h, int ptr s, int ptr v, int ptr a = 0)

Description: Method void QColor::getHsv(int *h, int *s, int *v, int *a)

getHsvF

Signature: [const] void getHsvF (double ptr h, double ptr s, double ptr v, double ptr a = 0)

Description: Method void QColor::getHsvF(double *h, double *s, double *v, double *a)

getRgb

Signature: [const] void getRgb (int ptr r, int ptr g, int ptr b, int ptr a = 0)

Description: Method void QColor::getRgb(int *r, int *g, int *b, int *a)

getRgbF

Signature: [const] void getRgbF (double ptr r, double ptr g, double ptr b, double ptr a = 0)

Description: Method void QColor::getRgbF(double *r, double *g, double *b, double *a)

green

Signature: [const] int green

Description: Method int QColor::green()

Python specific notes:
The object exposes a readable attribute 'green'. This is the getter.

green=

Signature: void green= (int green)

Description: Method void QColor::setGreen(int green)

Python specific notes:
The object exposes a writable attribute 'green'. This is the setter.

greenF

Signature: [const] double greenF

Description: Method double QColor::greenF()

Python specific notes:
The object exposes a readable attribute 'greenF'. This is the getter.

greenF=

Signature: void greenF= (double green)

Description: Method void QColor::setGreenF(double green)

Python specific notes:
The object exposes a writable attribute 'greenF'. This is the setter.

hslHue

Signature: [const] int hslHue

Description: Method int QColor::hslHue()

hslHueF

Signature: [const] double hslHueF

Description: Method double QColor::hslHueF()

hslSaturation

Signature: [const] int hslSaturation

Description: Method int QColor::hslSaturation()

hslSaturationF

Signature: [const] double hslSaturationF

Description: Method double QColor::hslSaturationF()

hsvHue

Signature: [const] int hsvHue

Description: Method int QColor::hsvHue()

hsvHueF

Signature: [const] double hsvHueF

Description: Method double QColor::hsvHueF()

hsvSaturation

Signature: [const] int hsvSaturation

Description: Method int QColor::hsvSaturation()

hsvSaturationF

Signature: [const] double hsvSaturationF

Description: Method double QColor::hsvSaturationF()

hue

Signature: [const] int hue

Description: Method int QColor::hue()

hueF

Signature: [const] double hueF

Description: Method double QColor::hueF()

isValid?

Signature: [const] bool isValid?

Description: Method bool QColor::isValid()

isValidColor?

Signature: [static] bool isValidColor? (string name)

Description: Static method bool QColor::isValidColor(const QString &name)

This method is static and can be called without an instance.

is_const_object?

Signature: [const] bool is_const_object?

Description: Returns a value indicating whether the reference is a const reference

Use of this method is deprecated. Use _is_const_object? instead

This method returns true, if self is a const reference. In that case, only const methods may be called on self.

light

Signature: [const] QColor light (int f = 150)

Description: Method QColor QColor::light(int f)

lighter

Signature: [const] QColor lighter (int f = 150)

Description: Method QColor QColor::lighter(int f)

lightness

Signature: [const] int lightness

Description: Method int QColor::lightness()

lightnessF

Signature: [const] double lightnessF

Description: Method double QColor::lightnessF()

magenta

Signature: [const] int magenta

Description: Method int QColor::magenta()

magentaF

Signature: [const] double magentaF

Description: Method double QColor::magentaF()

name

(1) Signature: [const] string name

Description: Method QString QColor::name()

(2) Signature: [const] string name (const QColor_NameFormat format)

Description: Method QString QColor::name(QColor::NameFormat format)

new

(1) Signature: [static] new QColor new

Description: Constructor QColor::QColor()

This method creates an object of class QColor.

Python specific notes:
This method is the default initializer of the object.

(2) Signature: [static] new QColor new (const Qt_GlobalColor color)

Description: Constructor QColor::QColor(Qt::GlobalColor color)

This method creates an object of class QColor.

Python specific notes:
This method is the default initializer of the object.

(3) Signature: [static] new QColor new (int r, int g, int b, int a = 255)

Description: Constructor QColor::QColor(int r, int g, int b, int a)

This method creates an object of class QColor.

Python specific notes:
This method is the default initializer of the object.

(4) Signature: [static] new QColor new (unsigned int rgb)

Description: Constructor QColor::QColor(unsigned int rgb)

This method creates an object of class QColor.

Python specific notes:
This method is the default initializer of the object.

(5) Signature: [static] new QColor new (string name)

Description: Constructor QColor::QColor(const char *name)

This method creates an object of class QColor.

Python specific notes:
This method is the default initializer of the object.

(6) Signature: [static] new QColor new (const QColor color)

Description: Constructor QColor::QColor(const QColor &color)

This method creates an object of class QColor.

Python specific notes:
This method is the default initializer of the object.

(7) Signature: [static] new QColor new (const QColor_Spec spec)

Description: Constructor QColor::QColor(QColor::Spec spec)

This method creates an object of class QColor.

Python specific notes:
This method is the default initializer of the object.

red

Signature: [const] int red

Description: Method int QColor::red()

Python specific notes:
The object exposes a readable attribute 'red'. This is the getter.

red=

Signature: void red= (int red)

Description: Method void QColor::setRed(int red)

Python specific notes:
The object exposes a writable attribute 'red'. This is the setter.

redF

Signature: [const] double redF

Description: Method double QColor::redF()

Python specific notes:
The object exposes a readable attribute 'redF'. This is the getter.

redF=

Signature: void redF= (double red)

Description: Method void QColor::setRedF(double red)

Python specific notes:
The object exposes a writable attribute 'redF'. This is the setter.

rgb

Signature: [const] unsigned int rgb

Description: Method unsigned int QColor::rgb()

Python specific notes:
The object exposes a readable attribute 'rgb'. This is the getter.

rgb=

Signature: void rgb= (unsigned int rgb)

Description: Method void QColor::setRgb(unsigned int rgb)

Python specific notes:
The object exposes a writable attribute 'rgb'. This is the setter.

rgba

Signature: [const] unsigned int rgba

Description: Method unsigned int QColor::rgba()

Python specific notes:
The object exposes a readable attribute 'rgba'. This is the getter.

rgba=

Signature: void rgba= (unsigned int rgba)

Description: Method void QColor::setRgba(unsigned int rgba)

Python specific notes:
The object exposes a writable attribute 'rgba'. This is the setter.

saturation

Signature: [const] int saturation

Description: Method int QColor::saturation()

saturationF

Signature: [const] double saturationF

Description: Method double QColor::saturationF()

setAlpha

Signature: void setAlpha (int alpha)

Description: Method void QColor::setAlpha(int alpha)

Python specific notes:
The object exposes a writable attribute 'alpha'. This is the setter.

setAlphaF

Signature: void setAlphaF (double alpha)

Description: Method void QColor::setAlphaF(double alpha)

Python specific notes:
The object exposes a writable attribute 'alphaF'. This is the setter.

setBlue

Signature: void setBlue (int blue)

Description: Method void QColor::setBlue(int blue)

Python specific notes:
The object exposes a writable attribute 'blue'. This is the setter.

setBlueF

Signature: void setBlueF (double blue)

Description: Method void QColor::setBlueF(double blue)

Python specific notes:
The object exposes a writable attribute 'blueF'. This is the setter.

setCmyk

Signature: void setCmyk (int c, int m, int y, int k, int a = 255)

Description: Method void QColor::setCmyk(int c, int m, int y, int k, int a)

setCmykF

Signature: void setCmykF (double c, double m, double y, double k, double a = 1.0)

Description: Method void QColor::setCmykF(double c, double m, double y, double k, double a)

setGreen

Signature: void setGreen (int green)

Description: Method void QColor::setGreen(int green)

Python specific notes:
The object exposes a writable attribute 'green'. This is the setter.

setGreenF

Signature: void setGreenF (double green)

Description: Method void QColor::setGreenF(double green)

Python specific notes:
The object exposes a writable attribute 'greenF'. This is the setter.

setHsl

Signature: void setHsl (int h, int s, int l, int a = 255)

Description: Method void QColor::setHsl(int h, int s, int l, int a)

setHslF

Signature: void setHslF (double h, double s, double l, double a = 1.0)

Description: Method void QColor::setHslF(double h, double s, double l, double a)

setHsv

Signature: void setHsv (int h, int s, int v, int a = 255)

Description: Method void QColor::setHsv(int h, int s, int v, int a)

setHsvF

Signature: void setHsvF (double h, double s, double v, double a = 1.0)

Description: Method void QColor::setHsvF(double h, double s, double v, double a)

setNamedColor

Signature: void setNamedColor (string name)

Description: Method void QColor::setNamedColor(const QString &name)

setRed

Signature: void setRed (int red)

Description: Method void QColor::setRed(int red)

Python specific notes:
The object exposes a writable attribute 'red'. This is the setter.

setRedF

Signature: void setRedF (double red)

Description: Method void QColor::setRedF(double red)

Python specific notes:
The object exposes a writable attribute 'redF'. This is the setter.

setRgb

(1) Signature: void setRgb (int r, int g, int b, int a = 255)

Description: Method void QColor::setRgb(int r, int g, int b, int a)

(2) Signature: void setRgb (unsigned int rgb)

Description: Method void QColor::setRgb(unsigned int rgb)

Python specific notes:
The object exposes a writable attribute 'rgb'. This is the setter.

setRgbF

Signature: void setRgbF (double r, double g, double b, double a = 1.0)

Description: Method void QColor::setRgbF(double r, double g, double b, double a)

setRgba

Signature: void setRgba (unsigned int rgba)

Description: Method void QColor::setRgba(unsigned int rgba)

Python specific notes:
The object exposes a writable attribute 'rgba'. This is the setter.

spec

Signature: [const] QColor_Spec spec

Description: Method QColor::Spec QColor::spec()

toCmyk

Signature: [const] QColor toCmyk

Description: Method QColor QColor::toCmyk()

toHsl

Signature: [const] QColor toHsl

Description: Method QColor QColor::toHsl()

toHsv

Signature: [const] QColor toHsv

Description: Method QColor QColor::toHsv()

toRgb

Signature: [const] QColor toRgb

Description: Method QColor QColor::toRgb()

value

Signature: [const] int value

Description: Method int QColor::value()

valueF

Signature: [const] double valueF

Description: Method double QColor::valueF()

yellow

Signature: [const] int yellow

Description: Method int QColor::yellow()

yellowF

Signature: [const] double yellowF

Description: Method double QColor::yellowF()