Represents a single color change for undo/redo. More...
#include <palette_group_card.h>

Public Attributes | |
| int | palette_index |
| int | color_index |
| gfx::SnesColor | original_color |
| gfx::SnesColor | new_color |
| uint64_t | timestamp |
Represents a single color change for undo/redo.
Definition at line 23 of file palette_group_card.h.
| int yaze::editor::ColorChange::palette_index |
Definition at line 24 of file palette_group_card.h.
| int yaze::editor::ColorChange::color_index |
Definition at line 25 of file palette_group_card.h.
| gfx::SnesColor yaze::editor::ColorChange::original_color |
Definition at line 26 of file palette_group_card.h.
| gfx::SnesColor yaze::editor::ColorChange::new_color |
Definition at line 27 of file palette_group_card.h.
| uint64_t yaze::editor::ColorChange::timestamp |
Definition at line 28 of file palette_group_card.h.