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 |
Definition at line 367 of file palette_manager.h.
| 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().
| std::unordered_map<std::string, std::unordered_set<int> > yaze::gfx::PaletteManager::SaveTransactionSnapshot::modified_palettes |
Definition at line 369 of file palette_manager.h.
| 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.