![]() |
Gorgon Game Engine
|
This is the complete list of members for RGBA, including all inherited members.
A | RGBA | |
AccurateLuminance() const | RGBA | |
B | RGBA | |
Blend(const RGBA &color) | RGBA | |
Blend(const RGBA &color, float alpha) | RGBA | |
BlendWith(const RGBA &color) const | RGBA | |
BlendWith(const RGBA &color, float alpha) const | RGBA | |
ChannelType typedef | RGBA | |
G | RGBA | |
HTMLColor() const | RGBA | |
Luminance() const | RGBA | |
operator int() const | RGBA | |
operator std::string() const | RGBA | |
operator uint32_t() const | RGBA | |
operator!=(const RGBA &other) const | RGBA | |
operator=(const RGBA &)=default | RGBA | |
operator=(const int &color) | RGBA | |
operator=(const uint32_t &color) | RGBA | |
operator=(float lum) | RGBA | |
operator==(const RGBA &other) const | RGBA | |
R | RGBA | |
RGBA() | RGBA | |
RGBA(const RGBA &)=default | RGBA | |
RGBA(const RGBA &other, Byte newalpha) | RGBA | |
RGBA(const RGBA &other, int newalpha) | RGBA | |
RGBA(const RGBA &other, double newalpha) | RGBA | |
RGBA(const RGBA &other, float newalpha) | RGBA | |
RGBA(const RGBA &first, const RGBA &second, float alpha=1.0f) | RGBA | |
RGBA(const RGBA &first, const RGBA &second, double alpha) | RGBA | |
RGBA(const RGBA &first, const RGBA &second, int alpha) | RGBA | |
RGBA(Byte r, Byte g, Byte b, Byte a=255) | RGBA | |
RGBA(Byte lum, Byte a=255) | RGBA | explicit |
RGBA(int lum, int a) | RGBA | explicit |
RGBA(int color) | RGBA | |
RGBA(uint32_t color) | RGBA | |
RGBA(float lum) | RGBA | explicit |
RGBA(double lum) | RGBA | explicit |