yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::ColorChange Struct Reference

Represents a single color change for undo/redo. More...

#include <palette_group_panel.h>

Collaboration diagram for yaze::editor::ColorChange:

Public Attributes

int palette_index
 
int color_index
 
gfx::SnesColor original_color
 
gfx::SnesColor new_color
 
uint64_t timestamp
 

Detailed Description

Represents a single color change for undo/redo.

Definition at line 29 of file palette_group_panel.h.

Member Data Documentation

◆ palette_index

int yaze::editor::ColorChange::palette_index

Definition at line 30 of file palette_group_panel.h.

◆ color_index

int yaze::editor::ColorChange::color_index

Definition at line 31 of file palette_group_panel.h.

◆ original_color

gfx::SnesColor yaze::editor::ColorChange::original_color

Definition at line 32 of file palette_group_panel.h.

◆ new_color

gfx::SnesColor yaze::editor::ColorChange::new_color

Definition at line 33 of file palette_group_panel.h.

◆ timestamp

uint64_t yaze::editor::ColorChange::timestamp

Definition at line 34 of file palette_group_panel.h.


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