JNGL
Easy to use cross-platform 2D game library
|
This is the complete list of members for Rgba, including all inherited members.
getAlpha() const | Rgba | |
getBlue() const | Rgba | |
getGreen() const | Rgba | |
getRed() const | Rgba | |
operator Rgb() const | Rgba | explicit |
Rgba(float red, float green, float blue, float alpha) | Rgba | |
Rgba(float red, float green, float blue, Alpha alpha) (defined in Rgba) | Rgba | |
Rgba(Rgb, Alpha) (defined in Rgba) | Rgba | |
setAlpha(float) | Rgba | |
setAlpha(Alpha) (defined in Rgba) | Rgba | |
setBlue(float) | Rgba | |
setGreen(float) | Rgba | |
setRed(float) | Rgba | |
setRgb(Rgb color) | Rgba | |
u8(uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha) (defined in Rgba) | Rgba | static |