|
| Color (SDL_Color const &sdlColor) noexcept |
|
| Color (VkClearColorValue const &clearColorValue) noexcept |
|
| Color (glm::vec4 const &vec4) noexcept |
|
| Color (uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha=255) noexcept |
|
| Color (uint32_t color) noexcept |
|
| operator SDL_Color () const |
|
| operator VkClearColorValue () const |
|
| operator glm::vec4 () const |
|
| operator glm::uvec4 () const |
|
| operator uint32_t () const |
|
uint32_t | toInteger () const |
|
bool | operator== (Color const &right) const |
|
bool | operator!= (Color const &right) const |
|
Color | operator+ (Color const &right) const |
|
Color | operator- (Color const &right) const |
|
Color | operator* (Color const &right) const |
|
Color & | operator+= (Color const &right) |
|
Color & | operator-= (Color const &right) |
|
Color & | operator*= (Color const &right) |
|
|
uint8_t | _r |
|
uint8_t | _g |
|
uint8_t | _b |
|
uint8_t | _a |
|
◆ Black
Color const fge::Color::Black |
|
inlinestatic |
◆ Blue
Color const fge::Color::Blue |
|
inlinestatic |
◆ Cyan
Color const fge::Color::Cyan |
|
inlinestatic |
◆ Green
Color const fge::Color::Green |
|
inlinestatic |
◆ Magenta
Color const fge::Color::Magenta |
|
inlinestatic |
Magenta predefined color.
◆ Red
Color const fge::Color::Red |
|
inlinestatic |
◆ Transparent
Color const fge::Color::Transparent |
|
inlinestatic |
Transparent (black) predefined color.
◆ White
Color const fge::Color::White |
|
inlinestatic |
◆ Yellow
Color const fge::Color::Yellow |
|
inlinestatic |
The documentation for this class was generated from the following file: