|
ASW Lib
A.D.S. Games SDL Wrapper Library. A library targeted at Allegro4 users who want to switch to SDL3 and use modern c++.
|
This is the complete list of members for asw::Color, including all inherited members.
| a | asw::Color | |
| b | asw::Color | |
| Color() | asw::Color | inline |
| Color(uint8_t r, uint8_t g, uint8_t b, uint8_t a=255) | asw::Color | inline |
| fromFloat(float r, float g, float b, float a=1.0F) | asw::Color | inlinestatic |
| fromHex(const std::string &hex) | asw::Color | inlinestatic |
| fromSDLColor(const SDL_Color &sdlColor) | asw::Color | inlinestatic |
| g | asw::Color | |
| r | asw::Color | |
| toSDLColor() const | asw::Color | inline |