#include <Color.h>
|
double | r |
|
double | g |
|
double | b |
|
double | a |
|
Definition at line 29 of file Color.h.
◆ Color() [1/2]
mars::utils::Color::Color |
( |
| ) |
|
|
inline |
◆ Color() [2/2]
mars::utils::Color::Color |
( |
double |
r, |
|
|
double |
g, |
|
|
double |
b, |
|
|
double |
a |
|
) |
| |
|
inline |
◆ fromConfigItem()
◆ operator!=()
bool mars::utils::Color::operator!= |
( |
const Color & |
other | ) |
const |
|
inline |
◆ operator==()
bool mars::utils::Color::operator== |
( |
const Color & |
other | ) |
const |
|
inline |
Compare with other color (usually compared with default color)
Definition at line 51 of file Color.h.
◆ setZero()
void mars::utils::Color::setZero |
( |
| ) |
|
|
inline |
◆ toConfigItem()
double mars::utils::Color::a |
double mars::utils::Color::b |
double mars::utils::Color::g |
double mars::utils::Color::r |
The documentation for this class was generated from the following files:
- /Developer/bob-learning-dev/simulation/mars/common/utils/src/Color.h
- /Developer/bob-learning-dev/simulation/mars/common/utils/src/Color.cpp