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