Definition at line 17 of file QskVertex.h.
|
unsigned char | r |
|
unsigned char | g |
|
unsigned char | b |
|
unsigned char | a |
|
◆ Color() [1/4]
constexpr QskVertex::Color::Color |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ Color() [2/4]
constexpr QskVertex::Color::Color |
( |
unsigned char |
red, |
|
|
unsigned char |
green, |
|
|
unsigned char |
blue, |
|
|
unsigned char |
alpha |
|
) |
| |
|
inlineconstexprnoexcept |
◆ Color() [3/4]
QskVertex::Color::Color |
( |
QRgb |
rgb | ) |
|
|
inlinenoexcept |
◆ Color() [4/4]
QskVertex::Color::Color |
( |
const QColor & |
color | ) |
|
|
inline |
◆ interpolatedTo()
Color QskVertex::Color::interpolatedTo |
( |
Color |
colorTo, |
|
|
qreal |
ratio |
|
) |
| const |
|
inlinenoexcept |
◆ operator!=()
constexpr bool QskVertex::Color::operator!= |
( |
const Color & |
other | ) |
const |
|
inlineconstexprnoexcept |
◆ operator==()
constexpr bool QskVertex::Color::operator== |
( |
const Color & |
other | ) |
const |
|
inlineconstexprnoexcept |
unsigned char QskVertex::Color::a |
unsigned char QskVertex::Color::b |
unsigned char QskVertex::Color::g |
unsigned char QskVertex::Color::r |