yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::gfx::GraphicsSheetAnalysis Struct Reference

Graphics sheet analysis result. More...

#include <bpp_format_manager.h>

Public Member Functions

 GraphicsSheetAnalysis ()
 

Public Attributes

int sheet_id
 
BppFormat original_format
 
BppFormat current_format
 
bool was_converted
 
std::string conversion_history
 
int palette_entries_used
 
float compression_ratio
 
size_t original_size
 
size_t current_size
 
std::vector< int > tile_usage_pattern
 

Detailed Description

Graphics sheet analysis result.

Definition at line 52 of file bpp_format_manager.h.

Constructor & Destructor Documentation

◆ GraphicsSheetAnalysis()

yaze::gfx::GraphicsSheetAnalysis::GraphicsSheetAnalysis ( )
inline

Definition at line 64 of file bpp_format_manager.h.

Member Data Documentation

◆ sheet_id

int yaze::gfx::GraphicsSheetAnalysis::sheet_id

◆ original_format

BppFormat yaze::gfx::GraphicsSheetAnalysis::original_format

◆ current_format

BppFormat yaze::gfx::GraphicsSheetAnalysis::current_format

◆ was_converted

bool yaze::gfx::GraphicsSheetAnalysis::was_converted

◆ conversion_history

std::string yaze::gfx::GraphicsSheetAnalysis::conversion_history

◆ palette_entries_used

int yaze::gfx::GraphicsSheetAnalysis::palette_entries_used

◆ compression_ratio

float yaze::gfx::GraphicsSheetAnalysis::compression_ratio

◆ original_size

size_t yaze::gfx::GraphicsSheetAnalysis::original_size

◆ current_size

size_t yaze::gfx::GraphicsSheetAnalysis::current_size

◆ tile_usage_pattern

std::vector<int> yaze::gfx::GraphicsSheetAnalysis::tile_usage_pattern

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