UGDK
0.5.0
|
This is the complete list of members for ugdk::structure::Color, including all inherited members.
a | ugdk::structure::Color | |
b | ugdk::structure::Color | |
Color() | ugdk::structure::Color | inline |
Color(double _r, double _g, double _b, double _a=1.0) | ugdk::structure::Color | inlineexplicit |
Color(uint32 hex_val, double _a=1.0) | ugdk::structure::Color | inlineexplicit |
Compose(const Color &rhs) | ugdk::structure::Color | inline |
g | ugdk::structure::Color | |
get_a() const | ugdk::structure::Color | inline |
get_b() const | ugdk::structure::Color | inline |
get_g() const | ugdk::structure::Color | inline |
get_r() const | ugdk::structure::Color | inline |
operator*(const Color &rhs) const | ugdk::structure::Color | inline |
operator*=(const Color &rhs) | ugdk::structure::Color | inline |
r | ugdk::structure::Color | |
set_a(double a_) | ugdk::structure::Color | inline |
set_b(double b_) | ugdk::structure::Color | inline |
set_g(double g_) | ugdk::structure::Color | inline |
set_r(double r_) | ugdk::structure::Color | inline |
val | ugdk::structure::Color |