GameKit
0.0.1a
C++ gamedev tools
|
This is the complete list of members for gk::Color, including all inherited members.
a | gk::Color | |
a255() const | gk::Color | inline |
b | gk::Color | |
b255() const | gk::Color | inline |
Black | gk::Color | static |
Blue | gk::Color | static |
Color()=default | gk::Color | |
Color(u8 _r, u8 _g, u8 _b, u8 _a=255) | gk::Color | |
Cyan | gk::Color | static |
g | gk::Color | |
g255() const | gk::Color | inline |
Green | gk::Color | static |
invert() | gk::Color | inline |
Magenta | gk::Color | static |
operator!=(const Color &color) const | gk::Color | inline |
operator+(const Color &c) | gk::Color | inline |
operator-(const Color &c) | gk::Color | inline |
operator==(const Color &color) const | gk::Color | inline |
r | gk::Color | |
r255() const | gk::Color | inline |
Red | gk::Color | static |
Transparent | gk::Color | static |
White | gk::Color | static |
Yellow | gk::Color | static |