QskTextColors

Public Functions

  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)

Public Attributes

  Name
QColor textColor
QColor styleColor
QColor linkColor

Public Functions Documentation

function QskTextColors

inline QskTextColors(
    const QColor & text =QColor(),
    const QColor & style =QColor(),
    const QColor & link =QColor()
)

function interpolated

QskTextColors interpolated(
    const QskTextColors & to,
    qreal value
) const

function hash

uint hash(
    uint seed =0
) const

function interpolate

static QVariant interpolate(
    const QskTextColors & from,
    const QskTextColors & to,
    qreal ratio
)

Public Attributes Documentation

variable textColor

QColor textColor;

variable styleColor

QColor styleColor;

variable linkColor

QColor linkColor;

Updated on 28 July 2023 at 14:02:27 CEST