Name | |
---|---|
QskTextColors(const QColor & text =QColor(), const QColor & style =QColor(), const QColor & link =QColor()) | |
QskTextColors | interpolated(const QskTextColors & to, qreal value) const |
uint | hash(uint seed =0) const |
QVariant | interpolate(const QskTextColors & from, const QskTextColors & to, qreal ratio) |
Name | |
---|---|
QColor | textColor |
QColor | styleColor |
QColor | linkColor |
inline QskTextColors(
const QColor & text =QColor(),
const QColor & style =QColor(),
const QColor & link =QColor()
)
QskTextColors interpolated(
const QskTextColors & to,
qreal value
) const
uint hash(
uint seed =0
) const
static QVariant interpolate(
const QskTextColors & from,
const QskTextColors & to,
qreal ratio
)
QColor textColor;
QColor styleColor;
QColor linkColor;
Updated on 28 July 2023 at 14:02:27 CEST