|
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 | |
| blend(const Color &color) const | asw::Color | inline |
| Color() | asw::Color | inline |
| Color(uint8_t r, uint8_t g, uint8_t b, uint8_t a=255) | asw::Color | inline |
| darken(float percentage) const | asw::Color | inline |
| from_float(float r, float g, float b, float a=1.0F) | asw::Color | inlinestatic |
| from_hex(const std::string &hex) | asw::Color | inlinestatic |
| g | asw::Color | |
| grayscale() const | asw::Color | inline |
| invert() const | asw::Color | inline |
| lighten(float percentage) const | asw::Color | inline |
| r | asw::Color | |
| with_alpha(uint8_t alpha) const | asw::Color | inline |