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 376 of file palette_manager.h.
| std::unordered_map<std::string, std::vector<SnesPalette> > yaze::gfx::PaletteManager::SaveTransactionSnapshot::original_palettes |
Definition at line 377 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 378 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 381 of file palette_manager.h.