supereight
|
A colour represented as a Red-Green-Blue-Alpha tuple with 8-bits per channel. More...
#include <rgba.hpp>
Public Attributes | |
std::uint8_t | r = 0x00 |
std::uint8_t | g = 0x00 |
std::uint8_t | b = 0x00 |
std::uint8_t | a = 0xFF |
A colour represented as a Red-Green-Blue-Alpha tuple with 8-bits per channel.
std::uint8_t se::RGBA::r = 0x00 |
std::uint8_t se::RGBA::g = 0x00 |
std::uint8_t se::RGBA::b = 0x00 |
std::uint8_t se::RGBA::a = 0xFF |