ARGoS
3
A parallel, multi-engine simulator for swarm robotics
|
BLACK | argos::CColor | [static] |
BLUE | argos::CColor | [static] |
CColor() | argos::CColor | [inline] |
CColor(const UInt8 un_red, const UInt8 un_green, const UInt8 un_blue, const UInt8 un_alpha=255) | argos::CColor | [inline, explicit] |
CYAN | argos::CColor | [static] |
GetAlpha() const | argos::CColor | [inline] |
GetBlue() const | argos::CColor | [inline] |
GetGreen() const | argos::CColor | [inline] |
GetRed() const | argos::CColor | [inline] |
GRAY10 | argos::CColor | [static] |
GRAY20 | argos::CColor | [static] |
GRAY30 | argos::CColor | [static] |
GRAY40 | argos::CColor | [static] |
GRAY50 | argos::CColor | [static] |
GRAY60 | argos::CColor | [static] |
GRAY70 | argos::CColor | [static] |
GRAY80 | argos::CColor | [static] |
GRAY90 | argos::CColor | [static] |
GREEN | argos::CColor | [static] |
MAGENTA | argos::CColor | [static] |
operator UInt32() | argos::CColor | [inline] |
operator!=(const CColor &c_color2) const | argos::CColor | [inline] |
operator<<(std::ostream &os, const CColor &c_color) | argos::CColor | [friend] |
operator==(const CColor &c_color2) const | argos::CColor | [inline] |
operator>>(std::istream &is, CColor &c_color) | argos::CColor | [friend] |
ORANGE | argos::CColor | [static] |
RED | argos::CColor | [static] |
Set(const UInt8 un_red, const UInt8 un_green, const UInt8 un_blue, const UInt8 un_alpha=255) | argos::CColor | [inline] |
Set(const std::string &str_color) | argos::CColor | [inline] |
SetAlpha(const UInt8 un_alpha) | argos::CColor | [inline] |
SetBlue(const UInt8 un_blue) | argos::CColor | [inline] |
SetGreen(const UInt8 un_green) | argos::CColor | [inline] |
SetRed(const UInt8 un_red) | argos::CColor | [inline] |
ToGrayScale() const | argos::CColor | [inline] |
WHITE | argos::CColor | [static] |
YELLOW | argos::CColor | [static] |