This is the complete list of members for Color, including all inherited members.
a | Color | |
ABGR typedef | Color | |
ARGB typedef | Color | |
b | Color | |
BGRA typedef | Color | |
Black | Color | static |
Blue | Color | static |
Color() GAZEBO_DEPRECATED(9.0) | Color | |
Color(float _r, float _g, float _b, float _a=1.0) GAZEBO_DEPRECATED(9.0) | Color | |
Color(const ignition::math::Color &_color) GAZEBO_DEPRECATED(9.0) | Color | |
Color(const Color &_clr) GAZEBO_DEPRECATED(9.0) | Color | |
g | Color | |
GetAsABGR() const | Color | |
GetAsARGB() const | Color | |
GetAsBGRA() const | Color | |
GetAsRGBA() const | Color | |
Green | Color | static |
HSV() const | Color | |
Ign() 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<<(std::ostream &_out, const Color &_pt) | Color | friend |
operator=(const ignition::math::Color &_color) GAZEBO_DEPRECATED(9.0) | Color | |
operator=(const Color &_pt) GAZEBO_DEPRECATED(9.0) | Color | |
operator==(const Color &_pt) const | Color | |
operator>>(std::istream &_in, Color &_pt) | Color | friend |
operator[](unsigned int _index) | Color | |
r | Color | |
Red | Color | static |
Reset() | Color | |
RGBA typedef | Color | |
Set(float _r=1, float _g=1, float _b=1, float _a=1) | Color | |
SetFromABGR(const ABGR _v) | Color | |
SetFromARGB(const ARGB _v) | Color | |
SetFromBGRA(const BGRA _v) | Color | |
SetFromHSV(float _h, float _s, float _v) | Color | |
SetFromRGBA(const RGBA _v) | Color | |
SetFromYUV(float _y, float _u, float _v) | Color | |
White | Color | static |
Yellow | Color | static |
YUV() const | Color | |
~Color() GAZEBO_DEPRECATED(9.0) | Color | virtual |