V-Gears 0
Free Final Fantasy VII engine.
VGears::TexFile::RGBAData Struct Reference

RGBA colour data. More...

#include <VGearsTexFile.h>

Public Attributes

TexEntry red
 Red component. More...
 
TexEntry green
 Green component. More...
 
TexEntry blue
 Blue component. More...
 
TexEntry alpha
 Alpha component. More...
 

Detailed Description

RGBA colour data.

Member Data Documentation

◆ alpha

TexEntry VGears::TexFile::RGBAData::alpha

Alpha component.

◆ blue

TexEntry VGears::TexFile::RGBAData::blue

Blue component.

◆ green

TexEntry VGears::TexFile::RGBAData::green

Green component.

◆ red

TexEntry VGears::TexFile::RGBAData::red

Red component.


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