Maps SDK for C++ 1.0.0
Loading...
Searching...
No Matches
gem::Rgba::BitField32 Struct Reference

RGBA bit field. More...

Public Attributes

unsigned int red:8
 Byte at index 0 of 4 byte int, used to store red value in range 0-255.
unsigned int green:8
 Byte at index 1 of 4 byte int, used to store green value in range 0-255.
unsigned int blue:8
 Byte at index 2 of 4 byte int, used to store blue value in range 0-255.
unsigned int alpha:8
 Byte at index 3 of 4 byte int, used to store alpha value in range 0-255.

Detailed Description

RGBA bit field.