vsg 1.1.3
VulkanSceneGraph library
Loading...
Searching...
No Matches
vsg::uint_color Struct Reference

uint_color struct used to provide a {r, g, b, a} interface a colors assigned as uint32_t More...

#include <Instrumentation.h>

Public Member Functions

constexpr uint_color (uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha)
 

Public Attributes

uint8_t b = 255
 
uint8_t g = 255
 
uint8_t r = 255
 
uint8_t a = 255
 

Detailed Description

uint_color struct used to provide a {r, g, b, a} interface a colors assigned as uint32_t


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