Represent an RGBA color.
More...
#include <color.h>
|
uint8_t | b |
|
uint8_t | g |
|
uint8_t | r |
|
uint8_t | a |
|
LeColor::LeColor |
( |
uint8_t const & |
_r, |
|
|
uint8_t const & |
_g, |
|
|
uint8_t const & |
_b, |
|
|
uint8_t const & |
_a |
|
) |
| |
|
inline |
LeColor::LeColor |
( |
int const & |
color | ) |
|
|
inlineexplicit |
LeColor::operator int |
( |
| ) |
|
|
inline |
LeColor& LeColor::operator= |
( |
int const & |
color | ) |
|
|
inline |
static LeColor LeColor::rgb |
( |
uint32_t const & |
rgb | ) |
|
|
inlinestatic |
static LeColor LeColor::rgba |
( |
uint32_t const & |
rgba | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: