![]() |
Audacity 3.2.0
|
This is the complete list of members for graphics::Color, including all inherited members.
| Add(uint8_t a, uint8_t b) noexcept | graphics::Color | inlineprivatestatic |
| Color() noexcept | graphics::Color | inline |
| Color(const Color &) noexcept=default | graphics::Color | |
| Color(Color &&) noexcept=default | graphics::Color | |
| Color(uint8_t rr, uint8_t gg, uint8_t bb, uint8_t aa=255) noexcept | graphics::Color | inline |
| Color(uint32_t abgr) noexcept | graphics::Color | inlineexplicitprivate |
| FromABGR(uint32_t abgr) noexcept | graphics::Color | inlinestatic |
| FromFloatRGBA(float r, float g, float b, float a) noexcept | graphics::Color | inlinestatic |
| GetABGR() const noexcept | graphics::Color | inline |
| GetAlpha() const noexcept | graphics::Color | inline |
| GetBlue() const noexcept | graphics::Color | inline |
| GetGreen() const noexcept | graphics::Color | inline |
| GetRed() const noexcept | graphics::Color | inline |
| GetRGB() const noexcept | graphics::Color | inline |
| GetRGBA() const noexcept | graphics::Color | inline |
| Lerp(uint8_t a, uint8_t b, ScaleType t) | graphics::Color | inlineprivatestatic |
| lerp | graphics::Color | friend |
| mABGR | graphics::Color | |
| mAlpha | graphics::Color | |
| mBlue | graphics::Color | |
| mGreen | graphics::Color | |
| mRed | graphics::Color | |
| Mul(uint8_t a, uint8_t b) noexcept | graphics::Color | inlineprivatestatic |
| operator!=(const Color &rhs) const noexcept | graphics::Color | inline |
| operator* | graphics::Color | friend |
| operator*=(Color rhs) noexcept | graphics::Color | inline |
| operator+ | graphics::Color | friend |
| operator+=(Color rhs) noexcept | graphics::Color | inline |
| operator- | graphics::Color | friend |
| operator-=(Color rhs) noexcept | graphics::Color | inline |
| operator=(const Color &) noexcept=default | graphics::Color | |
| operator=(Color &&) noexcept=default | graphics::Color | |
| operator==(const Color &rhs) const noexcept | graphics::Color | inline |
| Scale(uint8_t a, float s) noexcept | graphics::Color | inlineprivatestatic |
| Sub(uint8_t a, uint8_t b) noexcept | graphics::Color | inlineprivatestatic |
| WithAlpha(uint8_t alpha) const noexcept | graphics::Color | inline |
| WithFloatAlpha(float alpha) const noexcept | graphics::Color | inline |
| WithOpacity(float opacity) const noexcept | graphics::Color | inline |
| WithoutAlpha() const noexcept | graphics::Color | inline |