guillaume 1.0.0
Guillaume is a component-based UI framework library built around a primitive rendering system. It's designed for building user interfaces across XR platforms and traditional platforms with custom rendering backends and input handling. The framework is lightweight, flexible, and easy to integrate into existing projects.
|
8-bit RGBA packed representation. More...
#include <color.hpp>
Public Attributes | |
uint8_t | r |
Red channel (0..255) | |
uint8_t | g |
Green channel (0..255) | |
uint8_t | b |
Blue channel (0..255) | |
uint8_t | a |
Alpha channel (0..255) | |
8-bit RGBA packed representation.
A simple POD structure holding 8-bit per channel red, green, blue and alpha components.