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

Color components. More...

#include <TypeDefine.h>

Public Attributes

uint8 blue
 Blue component of the color. More...
 
uint8 green
 Green component of the color. More...
 
uint8 red
 Red component of the color. More...
 
uint8 alpha
 Alpha component of the color. More...
 

Detailed Description

Color components.

Member Data Documentation

◆ alpha

uint8 VGears::ColorComponents::alpha

Alpha component of the color.

◆ blue

uint8 VGears::ColorComponents::blue

Blue component of the color.

◆ green

uint8 VGears::ColorComponents::green

Green component of the color.

◆ red

uint8 VGears::ColorComponents::red

Red component of the color.


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