RGB color.
More...
#include <Color.h>
|
| | Color () |
| |
| | Color (const uint8_t r, const uint8_t g, const uint8_t b) |
| |
| uint8_t | r () const |
| |
| uint8_t | g () const |
| |
| uint8_t | b () const |
| |
§ Color() [1/2]
| stromx::runtime::Color::Color |
( |
| ) |
|
|
inline |
Constructs an RGB with all color values set to 0 (i.e. black).
§ Color() [2/2]
| stromx::runtime::Color::Color |
( |
const uint8_t |
r, |
|
|
const uint8_t |
g, |
|
|
const uint8_t |
b |
|
) |
| |
|
inline |
Constructs an RGB color with values in the range 0-255.
§ b()
| uint8_t stromx::runtime::Color::b |
( |
| ) |
const |
|
inline |
§ g()
| uint8_t stromx::runtime::Color::g |
( |
| ) |
const |
|
inline |
§ r()
| uint8_t stromx::runtime::Color::r |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: