Color Member List
This is the complete list of members for Color, including all inherited members.
| A() const | Color | |
| A() | Color | |
| A(const float _a) | Color | |
| ABGR typedef | Color | |
| ARGB typedef | Color | |
| AsABGR() const | Color | |
| AsARGB() const | Color | |
| AsBGRA() const | Color | |
| AsRGBA() const | Color | |
| B() const | Color | |
| B() | Color | |
| B(const float _b) | Color | |
| BGRA typedef | Color | |
| Black | Color | static |
| Blue | Color | static |
| Color()=default | Color | |
| Color(const float _r, const float _g, const float _b, const float _a=1.0) | Color | inline |
| Cyan | Color | static |
| G() const | Color | |
| G() | Color | |
| G(const float _g) | Color | |
| Green | Color | static |
| HSV() const | Color | |
| Magenta | Color | static |
| operator!=(const Color &_pt) const | Color | |
| operator*(const Color &_pt) const | Color | |
| operator*(const float &_v) const | Color | |
| operator*=(const Color &_pt) | Color | |
| operator+(const Color &_pt) const | Color | |
| operator+(const float &_v) const | Color | |
| operator+=(const Color &_pt) | Color | |
| operator-(const Color &_pt) const | Color | |
| operator-(const float &_v) const | Color | |
| operator-=(const Color &_pt) | Color | |
| operator/(const Color &_pt) const | Color | |
| operator/(const float &_v) const | Color | |
| operator/=(const Color &_pt) | Color | |
| operator<< | Color | friend |
| operator==(const Color &_pt) const | Color | |
| operator>> | Color | friend |
| operator[](const unsigned int _index) | Color | |
| operator[](const unsigned int _index) const | Color | |
| R() const | Color | |
| R() | Color | |
| R(const float _r) | Color | |
| Red | Color | static |
| Reset() | Color | |
| RGBA typedef | Color | |
| Set(const float _r=1, const float _g=1, const float _b=1, const float _a=1) | Color | |
| SetFromABGR(const ABGR _v) | Color | |
| SetFromARGB(const ARGB _v) | Color | |
| SetFromBGRA(const BGRA _v) | Color | |
| SetFromHSV(const float _h, const float _s, const float _v) | Color | |
| SetFromRGBA(const RGBA _v) | Color | |
| SetFromYUV(const float _y, const float _u, const float _v) | Color | |
| UnclampedColor(const float _r, const float _g, const float _b, const float _a) | Color | inlinestatic |
| White | Color | static |
| Yellow | Color | static |
| YUV() const | Color |