QSkinny 0.8.0
C++/Qt UI toolkit
|
Definition at line 17 of file QskTextColors.h.
Public Attributes | |
QColor | textColor |
QColor | styleColor |
QColor | linkColor |
Public Member Functions | |
QskTextColors (const QColor &text=QColor(), const QColor &style=QColor(), const QColor &link=QColor()) | |
QskTextColors | interpolated (const QskTextColors &, qreal value) const |
QskHashValue | hash (QskHashValue seed=0) const noexcept |
Static Public Member Functions | |
static QVariant | interpolate (const QskTextColors &, const QskTextColors &, qreal ratio) |
|
inline |
Definition at line 35 of file QskTextColors.h.
|
noexcept |
Definition at line 12 of file QskTextColors.cpp.
|
static |
Definition at line 29 of file QskTextColors.cpp.
QskTextColors QskTextColors::interpolated | ( | const QskTextColors & | to, |
qreal | value | ||
) | const |
Definition at line 18 of file QskTextColors.cpp.
QColor QskTextColors::linkColor |
Definition at line 32 of file QskTextColors.h.
QColor QskTextColors::styleColor |
Definition at line 31 of file QskTextColors.h.
QColor QskTextColors::textColor |
Definition at line 30 of file QskTextColors.h.