a | gazebo::common::Color | |
ABGR typedef | gazebo::common::Color | |
ARGB typedef | gazebo::common::Color | |
b | gazebo::common::Color | |
BGRA typedef | gazebo::common::Color | |
Black | gazebo::common::Color | static |
Blue | gazebo::common::Color | static |
Color() | gazebo::common::Color | |
Color(float _r, float _g, float _b, float _a=1.0) | gazebo::common::Color | |
Color(const Color &_clr) | gazebo::common::Color | |
g | gazebo::common::Color | |
GetAsABGR() const | gazebo::common::Color | |
GetAsARGB() const | gazebo::common::Color | |
GetAsBGRA() const | gazebo::common::Color | |
GetAsHSV() const | gazebo::common::Color | |
GetAsRGBA() const | gazebo::common::Color | |
GetAsYUV() const | gazebo::common::Color | |
Green | gazebo::common::Color | static |
operator!=(const Color &_pt) const | gazebo::common::Color | |
operator*(const Color &_pt) const | gazebo::common::Color | |
operator*(const float &_v) const | gazebo::common::Color | |
operator*=(const Color &_pt) | gazebo::common::Color | |
operator+(const Color &_pt) const | gazebo::common::Color | |
operator+(const float &_v) const | gazebo::common::Color | |
operator+=(const Color &_pt) | gazebo::common::Color | |
operator-(const Color &_pt) const | gazebo::common::Color | |
operator-(const float &_v) const | gazebo::common::Color | |
operator-=(const Color &_pt) | gazebo::common::Color | |
operator/(const Color &_pt) const | gazebo::common::Color | |
operator/(const float &_v) const | gazebo::common::Color | |
operator/=(const Color &_pt) | gazebo::common::Color | |
operator<<(std::ostream &_out, const Color &_pt) | gazebo::common::Color | friend |
operator=(const Color &_pt) | gazebo::common::Color | |
operator==(const Color &_pt) const | gazebo::common::Color | |
operator>>(std::istream &_in, Color &_pt) | gazebo::common::Color | friend |
operator[](unsigned int _index) | gazebo::common::Color | |
Purple | gazebo::common::Color | static |
r | gazebo::common::Color | |
Red | gazebo::common::Color | static |
Reset() | gazebo::common::Color | |
RGBA typedef | gazebo::common::Color | |
Set(float _r=1, float _g=1, float _b=1, float _a=1) | gazebo::common::Color | |
SetFromABGR(const ABGR _v) | gazebo::common::Color | |
SetFromARGB(const ARGB _v) | gazebo::common::Color | |
SetFromBGRA(const BGRA _v) | gazebo::common::Color | |
SetFromHSV(float _h, float _s, float _v) | gazebo::common::Color | |
SetFromRGBA(const RGBA _v) | gazebo::common::Color | |
SetFromYUV(float _y, float _u, float _v) | gazebo::common::Color | |
White | gazebo::common::Color | static |
Yellow | gazebo::common::Color | static |
~Color() | gazebo::common::Color | virtual |