yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::editor::palette_internal::PaletteChange Struct Reference

#include <palette_editor.h>

Collaboration diagram for yaze::app::editor::palette_internal::PaletteChange:

Public Attributes

std::string group_name
 
size_t palette_index
 
size_t color_index
 
gfx::SnesColor original_color
 
gfx::SnesColor new_color
 

Detailed Description

Definition at line 18 of file palette_editor.h.

Member Data Documentation

◆ group_name

std::string yaze::app::editor::palette_internal::PaletteChange::group_name

Definition at line 19 of file palette_editor.h.

◆ palette_index

size_t yaze::app::editor::palette_internal::PaletteChange::palette_index

Definition at line 20 of file palette_editor.h.

◆ color_index

size_t yaze::app::editor::palette_internal::PaletteChange::color_index

Definition at line 21 of file palette_editor.h.

◆ original_color

gfx::SnesColor yaze::app::editor::palette_internal::PaletteChange::original_color

Definition at line 22 of file palette_editor.h.

◆ new_color

gfx::SnesColor yaze::app::editor::palette_internal::PaletteChange::new_color

Definition at line 23 of file palette_editor.h.


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