V-Gears 0
Free Final Fantasy VII engine.
VGears::TxzFileSerializer::Rgba Struct Reference

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...
 

Detailed Description

RGBA colour representation.

Member Data Documentation

◆ a

unsigned char VGears::TxzFileSerializer::Rgba::a = 0

Alpha component.

◆ b

unsigned char VGears::TxzFileSerializer::Rgba::b = 0

Blue component.

◆ g

unsigned char VGears::TxzFileSerializer::Rgba::g = 0

Green component.

◆ r

unsigned char VGears::TxzFileSerializer::Rgba::r = 0

Red component.


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