|
| DColor (const QColor &color) |
|
| DColor (const QJSValue ¶ms) |
|
| DColor (Type type) |
|
| DColor (const DColor &other) |
|
| DColor (DColor &&other) |
|
bool | isValid () const noexcept |
|
bool | isTypedColor () const noexcept |
|
bool | operator== (const DColor &c) const noexcept |
|
bool | operator!= (const DColor &c) const noexcept |
|
DColor & | operator= (const QColor &color) |
|
DColor & | operator= (const DColor &other) |
|
DColor & | operator= (DColor &&other) |
|
Q_INVOKABLE QColor | toColor (const QPalette &palette) const |
|
Q_INVOKABLE QColor | color () const |
|
Q_INVOKABLE DTK_QUICK_NAMESPACE::DColor | hue (qint8 floatValue) const |
|
Q_INVOKABLE DTK_QUICK_NAMESPACE::DColor | saturation (qint8 floatValue) const |
|
Q_INVOKABLE DTK_QUICK_NAMESPACE::DColor | lightness (qint8 floatValue) const |
|
Q_INVOKABLE DTK_QUICK_NAMESPACE::DColor | opacity (qint8 floatValue) const |
|