MeshLib C++ Docs
Loading...
Searching...
No Matches
MRColor Struct Reference

stores a color in 32-bit RGBA format More...

#include <MRColor.h>

Public Attributes

uint8_t r
 
uint8_t g
 
uint8_t b
 
uint8_t a
 

Detailed Description

stores a color in 32-bit RGBA format

Member Data Documentation

◆ a

uint8_t MRColor::a

◆ b

uint8_t MRColor::b

◆ g

uint8_t MRColor::g

◆ r

uint8_t MRColor::r

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