Definition at line 17 of file QskGradientStop.h.
◆ QskGradientStop() [1/4]
| constexpr QskGradientStop::QskGradientStop |
( |
qreal |
position, |
|
|
const QColor & |
color |
|
) |
| |
|
inlineconstexprnoexcept |
◆ QskGradientStop() [2/4]
| constexpr QskGradientStop::QskGradientStop |
( |
const QGradientStop & |
qtStop | ) |
|
|
inlineconstexprnoexcept |
◆ QskGradientStop() [3/4]
| QskGradientStop::QskGradientStop |
( |
qreal |
position, |
|
|
Qt::GlobalColor |
color |
|
) |
| |
|
inlinenoexcept |
◆ QskGradientStop() [4/4]
| QskGradientStop::QskGradientStop |
( |
qreal |
position, |
|
|
QRgb |
rgb |
|
) |
| |
|
inlinenoexcept |
◆ color()
| constexpr const QColor & QskGradientStop::color |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ hash()
| QskHashValue QskGradientStop::hash |
( |
QskHashValue |
seed | ) |
const |
|
noexcept |
◆ interpolated()
◆ operator!=()
| constexpr bool QskGradientStop::operator!= |
( |
const QskGradientStop & |
other | ) |
const |
|
inlineconstexprnoexcept |
◆ operator==()
| constexpr bool QskGradientStop::operator== |
( |
const QskGradientStop & |
other | ) |
const |
|
inlineconstexprnoexcept |
◆ position()
| constexpr qreal QskGradientStop::position |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ rgb()
| QRgb QskGradientStop::rgb |
( |
| ) |
const |
|
inlinenoexcept |
◆ setColor()
| void QskGradientStop::setColor |
( |
const QColor & |
color | ) |
|
|
noexcept |
◆ setPosition()
| void QskGradientStop::setPosition |
( |
qreal |
position | ) |
|
|
noexcept |
◆ setRgb()
| void QskGradientStop::setRgb |
( |
QRgb |
rgb | ) |
|
|
noexcept |
◆ setStop() [1/2]
| void QskGradientStop::setStop |
( |
qreal |
position, |
|
|
const QColor & |
color |
|
) |
| |
|
noexcept |
◆ setStop() [2/2]
| void QskGradientStop::setStop |
( |
qreal |
position, |
|
|
Qt::GlobalColor |
color |
|
) |
| |
|
noexcept |
◆ color
| QColor QskGradientStop::color |
|
readwrite |
◆ position
| qreal QskGradientStop::position |
|
readwrite |