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_card.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 23 of file palette_group_card.h.

Member Data Documentation

◆ palette_index

int yaze::editor::ColorChange::palette_index

Definition at line 24 of file palette_group_card.h.

◆ color_index

int yaze::editor::ColorChange::color_index

Definition at line 25 of file palette_group_card.h.

◆ original_color

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

Definition at line 26 of file palette_group_card.h.

◆ new_color

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

Definition at line 27 of file palette_group_card.h.

◆ timestamp

uint64_t yaze::editor::ColorChange::timestamp

Definition at line 28 of file palette_group_card.h.


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