RGBA color, 8 bit.
More...
#include <color.h>
|
std::uint8_t | r |
|
std::uint8_t | g |
|
std::uint8_t | b |
|
std::uint8_t | a |
|
mf::rgba_color::rgba_color |
( |
| ) |
|
|
default |
mf::rgba_color::rgba_color |
( |
std::uint8_t |
nr, |
|
|
std::uint8_t |
ng, |
|
|
std::uint8_t |
nb, |
|
|
std::uint8_t |
na = 255 |
|
) |
| |
|
inline |
bool mf::rgba_color::is_null |
( |
| ) |
const |
|
inlinenoexcept |
std::uint8_t mf::rgba_color::a |
std::uint8_t mf::rgba_color::b |
std::uint8_t mf::rgba_color::g |
std::uint8_t mf::rgba_color::r |
The documentation for this struct was generated from the following files: