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

Represents a single color change operation. More...

#include <palette_manager.h>

Collaboration diagram for yaze::gfx::PaletteColorChange:

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.
 

Detailed Description

Represents a single color change operation.

Definition at line 25 of file palette_manager.h.

Member Data Documentation

◆ group_name

std::string yaze::gfx::PaletteColorChange::group_name

Palette group name (e.g., "ow_main")

Definition at line 26 of file palette_manager.h.

◆ palette_index

int yaze::gfx::PaletteColorChange::palette_index

Index of palette within group.

Definition at line 27 of file palette_manager.h.

◆ color_index

int yaze::gfx::PaletteColorChange::color_index

Index of color within palette.

Definition at line 28 of file palette_manager.h.

◆ original_color

SnesColor yaze::gfx::PaletteColorChange::original_color

Original color before change.

Definition at line 29 of file palette_manager.h.

◆ new_color

SnesColor yaze::gfx::PaletteColorChange::new_color

New color after change.

Definition at line 30 of file palette_manager.h.

◆ timestamp_ms

uint64_t yaze::gfx::PaletteColorChange::timestamp_ms

Timestamp in milliseconds.

Definition at line 31 of file palette_manager.h.


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