|
qxLib
|
This is the complete list of members for qx::color, including all inherited members.
| _QX_COLORS(_QX_COLOR_METHOD) | qx::color | |
| a() const noexcept | qx::color | |
| a_dec() const noexcept | qx::color | |
| b() const noexcept | qx::color | |
| b_dec() const noexcept | qx::color | |
| brighten(float fPercent) noexcept | qx::color | |
| brighten(const color &other, float fPercent) noexcept | qx::color | static |
| color(float fRed, float fGreen, float fBlue, float fAlpha=1.f) noexcept | qx::color | |
| color(int nRed, int nGreen, int nBlue, int nAlpha=255) noexcept | qx::color | |
| color(u64 nHexValue) noexcept | qx::color | explicit |
| color(const glm::ivec3 &vec3) noexcept | qx::color | explicit |
| color(const glm::ivec4 &vec4) noexcept | qx::color | explicit |
| darken(float fPercent) noexcept | qx::color | |
| darken(const color &other, float fPercent) noexcept | qx::color | static |
| data() const noexcept | qx::color | |
| empty() noexcept | qx::color | static |
| from_string(string_view svColorName) noexcept | qx::color | inlinestatic |
| g() const noexcept | qx::color | |
| g_dec() const noexcept | qx::color | |
| hex_argb() const noexcept | qx::color | |
| hex_rgb() const noexcept | qx::color | |
| hex_rgba() const noexcept | qx::color | |
| operator[](size_t i) noexcept | qx::color | |
| operator[](size_t i) const noexcept | qx::color | |
| r() const noexcept | qx::color | |
| r_dec() const noexcept | qx::color | |
| set_a(float fValue) noexcept | qx::color | |
| set_a_dec(int nValue) noexcept | qx::color | |
| set_b(float fValue) noexcept | qx::color | |
| set_b_dec(int nValue) noexcept | qx::color | |
| set_g(float fValue) noexcept | qx::color | |
| set_g_dec(int nValue) noexcept | qx::color | |
| set_r(float fValue) noexcept | qx::color | |
| set_r_dec(int nValue) noexcept | qx::color | |
| size() noexcept | qx::color | static |
| update_a(float fDeltaValue) noexcept | qx::color | |
| update_a_dec(int nDeltaValue) noexcept | qx::color | |
| update_b(float fDeltaValue) noexcept | qx::color | |
| update_b_dec(int nDeltaValue) noexcept | qx::color | |
| update_g(float fDeltaValue) noexcept | qx::color | |
| update_g_dec(int nDeltaValue) noexcept | qx::color | |
| update_r(float fDeltaValue) noexcept | qx::color | |
| update_r_dec(int nDeltaValue) noexcept | qx::color |