![]() |
TGX 1.0.3
A tiny 2D/3D graphics library optimized for 32 bits microcontrollers.
|
This is the complete list of members for tgx::RGB64, including all inherited members.
A | tgx::RGB64 | |
B | tgx::RGB64 | |
blend(const RGB64 &fg_col, float alpha) | tgx::RGB64 | inline |
blend(const RGB64 &fg_col) | tgx::RGB64 | inline |
blend256(const RGB64 &fg_col, uint32_t alpha) | tgx::RGB64 | inline |
blend65536(RGB64 fg_col, uint32_t alpha) | tgx::RGB64 | inline |
DEFAULT_A | tgx::RGB64 | static |
G | tgx::RGB64 | |
getMultOpacity(float op) const | tgx::RGB64 | inline |
mult256(int mr, int mg, int mb) | tgx::RGB64 | inline |
mult256(int mr, int mg, int mb, int ma) | tgx::RGB64 | inline |
multOpacity(float op) | tgx::RGB64 | inline |
opacity() const | tgx::RGB64 | inline |
operator const uint64_t &() const | tgx::RGB64 | inlineexplicit |
operator fVec3() const | tgx::RGB64 | inlineexplicit |
operator fVec4() const | tgx::RGB64 | inlineexplicit |
operator iVec3() const | tgx::RGB64 | inlineexplicit |
operator iVec4() const | tgx::RGB64 | inlineexplicit |
operator uint64_t &() | tgx::RGB64 | inlineexplicit |
operator!=(const RGB64 &c) const | tgx::RGB64 | inline |
operator*=(uint16_t v) | tgx::RGB64 | inline |
operator*=(float v) | tgx::RGB64 | inline |
operator+=(const RGB64 &c) | tgx::RGB64 | inline |
operator+=(uint16_t v) | tgx::RGB64 | inline |
operator-=(const RGB64 &c) | tgx::RGB64 | inline |
operator-=(uint16_t v) | tgx::RGB64 | inline |
operator/=(uint16_t v) | tgx::RGB64 | inline |
operator/=(float v) | tgx::RGB64 | inline |
operator=(const RGB64 &)=default | tgx::RGB64 | |
operator=(const RGB565 &c) | tgx::RGB64 | inline |
operator=(const RGB24 &c) | tgx::RGB64 | inline |
operator=(const RGB32 &c) | tgx::RGB64 | inline |
operator=(const RGBf &c) | tgx::RGB64 | inline |
operator=(const HSV &c) | tgx::RGB64 | |
operator=(iVec3 v) | tgx::RGB64 | inline |
operator=(iVec4 v) | tgx::RGB64 | inline |
operator=(fVec3 v) | tgx::RGB64 | inline |
operator=(fVec4 v) | tgx::RGB64 | inline |
operator==(const RGB64 &c) const | tgx::RGB64 | inline |
premultiply() | tgx::RGB64 | inline |
R | tgx::RGB64 | |
RGB64()=default | tgx::RGB64 | |
RGB64(int r, int g, int b, int a=DEFAULT_A) | tgx::RGB64 | inline |
RGB64(iVec3 v) | tgx::RGB64 | inline |
RGB64(iVec4 v) | tgx::RGB64 | inline |
RGB64(float r, float g, float b, float a=-1.0f) | tgx::RGB64 | inline |
RGB64(fVec3 v) | tgx::RGB64 | inline |
RGB64(fVec4 v) | tgx::RGB64 | inline |
RGB64(uint64_t c) | tgx::RGB64 | inline |
RGB64(uint16_t val) | tgx::RGB64 | inline |
RGB64(uint32_t val) | tgx::RGB64 | inline |
RGB64(const RGB64 &)=default | tgx::RGB64 | |
RGB64(const RGB565 &c) | tgx::RGB64 | inline |
RGB64(const RGB24 &c) | tgx::RGB64 | inline |
RGB64(const RGB32 &c) | tgx::RGB64 | inline |
RGB64(const RGBf &c) | tgx::RGB64 | inline |
RGB64(const HSV &c) | tgx::RGB64 | |
setOpacity(float op) | tgx::RGB64 | inline |
setOpaque() | tgx::RGB64 | inline |
setTransparent() | tgx::RGB64 | inline |
val | tgx::RGB64 |