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

Public Attributes

std::unordered_map< std::string, std::vector< SnesPalette > > original_palettes
 
std::unordered_map< std::string, std::unordered_set< int > > modified_palettes
 
std::unordered_map< std::string, std::unordered_map< int, std::unordered_set< int > > > modified_colors
 

Detailed Description

Definition at line 367 of file palette_manager.h.

Member Data Documentation

◆ original_palettes

std::unordered_map<std::string, std::vector<SnesPalette> > yaze::gfx::PaletteManager::SaveTransactionSnapshot::original_palettes

Definition at line 368 of file palette_manager.h.

Referenced by yaze::gfx::PaletteManager::BeginSaveTransaction().

◆ modified_palettes

std::unordered_map<std::string, std::unordered_set<int> > yaze::gfx::PaletteManager::SaveTransactionSnapshot::modified_palettes

Definition at line 369 of file palette_manager.h.

◆ modified_colors

std::unordered_map<std::string, std::unordered_map<int, std::unordered_set<int> > > yaze::gfx::PaletteManager::SaveTransactionSnapshot::modified_colors

Definition at line 372 of file palette_manager.h.


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