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

Graphics sheet optimization data. More...

#include <graphics_optimizer.h>

Public Member Functions

 SheetOptimizationData ()
 

Public Attributes

int sheet_id
 
BppFormat current_format
 
BppFormat recommended_format
 
size_t current_size
 
size_t optimized_size
 
float compression_ratio
 
int colors_used
 
bool is_convertible
 
std::string optimization_reason
 

Detailed Description

Graphics sheet optimization data.

Definition at line 42 of file graphics_optimizer.h.

Constructor & Destructor Documentation

◆ SheetOptimizationData()

yaze::gfx::SheetOptimizationData::SheetOptimizationData ( )
inline

Definition at line 53 of file graphics_optimizer.h.

Member Data Documentation

◆ sheet_id

int yaze::gfx::SheetOptimizationData::sheet_id

Definition at line 43 of file graphics_optimizer.h.

Referenced by yaze::gfx::GraphicsOptimizer::AnalyzeSheet().

◆ current_format

◆ recommended_format

◆ current_size

size_t yaze::gfx::SheetOptimizationData::current_size

◆ optimized_size

size_t yaze::gfx::SheetOptimizationData::optimized_size

◆ compression_ratio

◆ colors_used

int yaze::gfx::SheetOptimizationData::colors_used

◆ is_convertible

bool yaze::gfx::SheetOptimizationData::is_convertible

◆ optimization_reason

std::string yaze::gfx::SheetOptimizationData::optimization_reason

Definition at line 51 of file graphics_optimizer.h.

Referenced by yaze::gfx::GraphicsOptimizer::AnalyzeSheet().


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