Represents a single color change operation. More...
#include <palette_manager.h>
Public Attributes | |
std::string | group_name |
Palette group name (e.g., "ow_main") | |
int | palette_index |
Index of palette within group. | |
int | color_index |
Index of color within palette. | |
SnesColor | original_color |
Original color before change. | |
SnesColor | new_color |
New color after change. | |
uint64_t | timestamp_ms |
Timestamp in milliseconds. | |
Represents a single color change operation.
Definition at line 25 of file palette_manager.h.
std::string yaze::gfx::PaletteColorChange::group_name |
Palette group name (e.g., "ow_main")
Definition at line 26 of file palette_manager.h.
int yaze::gfx::PaletteColorChange::palette_index |
Index of palette within group.
Definition at line 27 of file palette_manager.h.
int yaze::gfx::PaletteColorChange::color_index |
Index of color within palette.
Definition at line 28 of file palette_manager.h.
SnesColor yaze::gfx::PaletteColorChange::original_color |
Original color before change.
Definition at line 29 of file palette_manager.h.
SnesColor yaze::gfx::PaletteColorChange::new_color |
New color after change.
Definition at line 30 of file palette_manager.h.
uint64_t yaze::gfx::PaletteColorChange::timestamp_ms |
Timestamp in milliseconds.
Definition at line 31 of file palette_manager.h.