vsg 1.1.3
VulkanSceneGraph library
|
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 |
uint_color struct used to provide a {r, g, b, a} interface a colors assigned as uint32_t