Name | |
---|---|
QskGradientStop() | |
QskGradientStop(qreal position, const QColor & color) | |
QskGradientStop(qreal position, Qt::GlobalColor color) | |
QskGradientStop(qreal position, QRgb rgb) | |
bool | operator==(const QskGradientStop & other) const |
bool | operator!=(const QskGradientStop & other) const |
void | setStop(qreal position, const QColor & color) |
qreal | position() const |
void | setPosition(qreal position) |
void | resetPosition() |
const QColor & | color() const |
void | setColor(const QColor & color) |
void | resetColor() |
uint | hash(uint seed) const |
QColor | interpolated(const QskGradientStop & s1, const QskGradientStop & s2, qreal position) |
Name | |
---|---|
qreal | position |
QColor | color |
inline QskGradientStop()
inline QskGradientStop(
qreal position,
const QColor & color
)
inline QskGradientStop(
qreal position,
Qt::GlobalColor color
)
inline QskGradientStop(
qreal position,
QRgb rgb
)
inline bool operator==(
const QskGradientStop & other
) const
inline bool operator!=(
const QskGradientStop & other
) const
void setStop(
qreal position,
const QColor & color
)
inline qreal position() const
void setPosition(
qreal position
)
void resetPosition()
inline const QColor & color() const
void setColor(
const QColor & color
)
void resetColor()
uint hash(
uint seed
) const
static QColor interpolated(
const QskGradientStop & s1,
const QskGradientStop & s2,
qreal position
)
qreal position;
QColor color;
Updated on 28 July 2023 at 14:02:29 CEST