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.
Loading...
Searching...
No Matches
Color::RGBA8 Struct Reference

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)
 

Detailed Description

8-bit RGBA packed representation.

A simple POD structure holding 8-bit per channel red, green, blue and alpha components.

Definition at line 154 of file color.hpp.

Member Data Documentation

◆ a

uint8_t Color::RGBA8::a

Alpha channel (0..255)

Definition at line 162 of file color.hpp.

◆ b

uint8_t Color::RGBA8::b

Blue channel (0..255)

Definition at line 160 of file color.hpp.

◆ g

uint8_t Color::RGBA8::g

Green channel (0..255)

Definition at line 158 of file color.hpp.

◆ r

uint8_t Color::RGBA8::r

Red channel (0..255)

Definition at line 156 of file color.hpp.


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