![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
RGBA colour representation. More...
#include <TxzFileSerializer.h>
Public Attributes | |
unsigned char | r = 0 |
Red component. More... | |
unsigned char | g = 0 |
Green component. More... | |
unsigned char | b = 0 |
Blue component. More... | |
unsigned char | a = 0 |
Alpha component. More... | |
RGBA colour representation.
unsigned char VGears::TxzFileSerializer::Rgba::a = 0 |
Alpha component.
unsigned char VGears::TxzFileSerializer::Rgba::b = 0 |
Blue component.
unsigned char VGears::TxzFileSerializer::Rgba::g = 0 |
Green component.
unsigned char VGears::TxzFileSerializer::Rgba::r = 0 |
Red component.