|
SPAOP
|
A struct representing a (RGB) colour. More...
#include <Colours.h>
Public Member Functions | |
| Colour (uint8_t red, uint8_t green, uint8_t blue) | |
| Constructor. More... | |
Public Attributes | |
| uint8_t | r |
| The red value. More... | |
| uint8_t | g |
| The green value. More... | |
| uint8_t | b |
| The blue value. More... | |
A struct representing a (RGB) colour.
|
inline |
Constructor.
| uint8_t wonder::Colour::b |
The blue value.
| uint8_t wonder::Colour::g |
The green value.
| uint8_t wonder::Colour::r |
The red value.
1.8.6