ROLAND
0.70
Amstrad Emulator based on Caprice Source rewritten in C++.
|
This is the complete list of members for Color, including all inherited members.
a() const | Color | inline |
b() const | Color | inline |
clearAlpha() | Color | inline |
Color() | Color | |
Color(Uint8 r, Uint8 g, Uint8 b, Uint8 a=255) | Color | inline |
g() const | Color | inline |
hasAlpha() | Color | inline |
mA | Color | protected |
mB | Color | protected |
mG | Color | protected |
mR | Color | protected |
operator!=(const Color &color) const | Color | inline |
operator*(float value) const | Color | |
operator+(const Color &color) const | Color | |
operator-(const Color &color) const | Color | |
operator==(const Color &color) const | Color | inline |
r() const | Color | inline |
set(Uint8 r, Uint8 g, Uint8 b, Uint8 a=255) | Color | |
setA(Uint8 a) | Color | inline |
setAlpha(Uint8 a) | Color | inline |
setB(Uint8 b) | Color | inline |
setBlack() | Color | inline |
setG(Uint8 g) | Color | inline |
setR(Uint8 r) | Color | inline |
setWhite() | Color | inline |
~Color() ROLAND_DEFAULT Color(const Color &c) | Color | inline |