#include <mc_rtc/gui/types.h>
|
double | r = 1.0 |
|
double | g = 0.0 |
|
double | b = 0.0 |
|
double | a = 1.0 |
|
◆ Color() [1/5]
mc_rtc::gui::Color::Color |
( |
| ) |
|
|
inline |
◆ Color() [2/5]
mc_rtc::gui::Color::Color |
( |
double |
r, |
|
|
double |
g, |
|
|
double |
b, |
|
|
double |
a = 1.0 |
|
) |
| |
|
inline |
◆ Color() [3/5]
mc_rtc::gui::Color::Color |
( |
const Eigen::Vector3d & |
color | ) |
|
|
inline |
◆ Color() [4/5]
mc_rtc::gui::Color::Color |
( |
const Eigen::Vector4d & |
color | ) |
|
|
inline |
◆ Color() [5/5]
◆ fromConfig()
◆ fromMessagePack()
◆ operator!=()
bool mc_rtc::gui::Color::operator!= |
( |
const Color & |
rhs | ) |
const |
|
inline |
◆ operator==()
bool mc_rtc::gui::Color::operator== |
( |
const Color & |
rhs | ) |
const |
|
inline |
◆ saveConfig()
◆ write()
◆ write_size()
static constexpr size_t mc_rtc::gui::Color::write_size |
( |
| ) |
|
|
inlinestaticconstexpr |
double mc_rtc::gui::Color::a = 1.0 |
double mc_rtc::gui::Color::b = 0.0 |
◆ Black
const Color mc_rtc::gui::Color::Black |
|
static |
◆ Blue
const Color mc_rtc::gui::Color::Blue |
|
static |
◆ ColorMap
const std::map<std::string, Color> mc_rtc::gui::Color::ColorMap |
|
static |
◆ Cyan
const Color mc_rtc::gui::Color::Cyan |
|
static |
double mc_rtc::gui::Color::g = 0.0 |
◆ Gray
const Color mc_rtc::gui::Color::Gray |
|
static |
◆ Green
const Color mc_rtc::gui::Color::Green |
|
static |
◆ LightGray
const Color mc_rtc::gui::Color::LightGray |
|
static |
◆ Magenta
const Color mc_rtc::gui::Color::Magenta |
|
static |
double mc_rtc::gui::Color::r = 1.0 |
◆ Red
const Color mc_rtc::gui::Color::Red |
|
static |
◆ White
const Color mc_rtc::gui::Color::White |
|
static |
◆ Yellow
const Color mc_rtc::gui::Color::Yellow |
|
static |
The documentation for this struct was generated from the following file: