| Name | |
|---|---|
| enum | Weight { W50, W100, W200, W300, W400, W500, W600, W700, W800, W900, NumWeights} |
| enum | Theme { Red, Pink, Purple, DeepPurple, Indigo, Blue, LightBlue, Cyan, Teal, Green, LightGreen, Lime, Yellow, Amber, Orange, DeepOrange, Brown, Grey, BlueGrey, NumThemes} |
| Name | |
|---|---|
| QskRgbPalette | palette(Theme theme) |
| QskGradientStops | colorStops(Theme theme, bool discrete =false) |
| QskGradientStops | colorStops(const QVector< QRgb > & rgb, bool discrete =false) |
| QRgb | rgb(Weight weight) const |
| QColor | color(Weight weight) const |
| QskGradientStops | colorStops(bool discrete =false) const |
| Name | |
|---|---|
| const QRgb * | m_rgb |
| Enumerator | Value | Description |
|---|---|---|
| W50 | ||
| W100 | ||
| W200 | ||
| W300 | ||
| W400 | ||
| W500 | ||
| W600 | ||
| W700 | ||
| W800 | ||
| W900 | ||
| NumWeights |
| Enumerator | Value | Description |
|---|---|---|
| Red | ||
| Pink | ||
| Purple | ||
| DeepPurple | ||
| Indigo | ||
| Blue | ||
| LightBlue | ||
| Cyan | ||
| Teal | ||
| Green | ||
| LightGreen | ||
| Lime | ||
| Yellow | ||
| Amber | ||
| Orange | ||
| DeepOrange | ||
| Brown | ||
| Grey | ||
| BlueGrey | ||
| NumThemes |
static QskRgbPalette palette(
Theme theme
)
static QskGradientStops colorStops(
Theme theme,
bool discrete =false
)
static QskGradientStops colorStops(
const QVector< QRgb > & rgb,
bool discrete =false
)
inline QRgb rgb(
Weight weight
) const
inline QColor color(
Weight weight
) const
QskGradientStops colorStops(
bool discrete =false
) const
const QRgb * m_rgb;
Updated on 28 July 2023 at 14:02:28 CEST