supereight
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
se::RGBA Struct Reference

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
 

Detailed Description

A colour represented as a Red-Green-Blue-Alpha tuple with 8-bits per channel.

Member Data Documentation

◆ r

std::uint8_t se::RGBA::r = 0x00

◆ g

std::uint8_t se::RGBA::g = 0x00

◆ b

std::uint8_t se::RGBA::b = 0x00

◆ a

std::uint8_t se::RGBA::a = 0xFF

The documentation for this struct was generated from the following file: