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

A colour palette file header. More...

#include <VGearsPaletteFileSerializer.h>

Collaboration diagram for VGears::PaletteFileSerializer::Header:

Public Attributes

uint32 file_size
 The size of the file. More...
 
uint16 pal_x
 The X coordinate of the palette. More...
 
uint16 pal_y
 The Y coordinate of the palette. More...
 
uint16 colors_per_page
 The number of colurs per palette page. More...
 
uint16 page_count
 The number of palette pages. More...
 

Detailed Description

A colour palette file header.

Member Data Documentation

◆ colors_per_page

uint16 VGears::PaletteFileSerializer::Header::colors_per_page

The number of colurs per palette page.

◆ file_size

uint32 VGears::PaletteFileSerializer::Header::file_size

The size of the file.

◆ page_count

uint16 VGears::PaletteFileSerializer::Header::page_count

The number of palette pages.

◆ pal_x

uint16 VGears::PaletteFileSerializer::Header::pal_x

The X coordinate of the palette.

Todo:
Units?

◆ pal_y

uint16 VGears::PaletteFileSerializer::Header::pal_y

The Y coordinate of the palette.

Todo:
Units?

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