成员的完整列表,这些成员属于 Color,包括所有继承而来的类成员
| alpha() noexcept (定义于 Color) | Color | |
| alpha() const noexcept (定义于 Color) | Color | |
| blue() noexcept (定义于 Color) | Color | |
| blue() const noexcept (定义于 Color) | Color | |
| Color(int r, int g, int b, int a=255) noexcept (定义于 Color) | Color | |
| gray() const noexcept | Color | |
| green() noexcept (定义于 Color) | Color | |
| green() const noexcept (定义于 Color) | Color | |
| hsl (定义于 Color) | Color | |
| hsv (定义于 Color) | Color | |
| lerp(const Color &a, const Color &b, double t) noexcept | Color | static |
| Object() noexcept | Object | |
| operator!=(const Color &other) const noexcept (定义于 Color) | Color | |
| operator==(const Color &other) const noexcept (定义于 Color) | Color | |
| red() noexcept (定义于 Color) | Color | |
| red() const noexcept (定义于 Color) | Color | |
| withoutAlpha() const noexcept | Color | |
| ~Color() noexcept (定义于 Color) | Color | |
| ~Object() noexcept | Object | virtual |