![]() |
Jopnal Engine
alpha 0.4
Simple Component Based 2D/3D Game Engine
|
This is the complete list of members for jop::Color, including all inherited members.
alpha | jop::Color | |
asInteger() const | jop::Color | |
asRGBAVector() const | jop::Color | |
Black | jop::Color | static |
Blue | jop::Color | static |
Brown | jop::Color | static |
Color() | jop::Color | |
Color(const glm::vec3 &rgb, const float32 a=1.f) | jop::Color | explicit |
Color(const float32 r, const float32 g, const float32 b, const float32 a=1.f) | jop::Color | |
Color(const uint32 colors) | jop::Color | explicit |
Color(const std::string &hexString) | jop::Color | explicit |
colors | jop::Color | |
Cyan | jop::Color | static |
Gray | jop::Color | static |
Green | jop::Color | static |
Magenta | jop::Color | static |
operator!=(const Color &right) const | jop::Color | |
operator*(const Color &right) const | jop::Color | |
operator*(const float right) const | jop::Color | |
operator*=(const Color &right) | jop::Color | |
operator*=(const float right) | jop::Color | |
operator+(const Color &right) const | jop::Color | |
operator+=(const Color &right) | jop::Color | |
operator-(const Color &right) const | jop::Color | |
operator-=(const Color &right) | jop::Color | |
operator==(const Color &right) const | jop::Color | |
Orange | jop::Color | static |
Purple | jop::Color | static |
Red | jop::Color | static |
Transparent | jop::Color | static |
White | jop::Color | static |
Yellow | jop::Color | static |