yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::gui::canvas::PaletteEditorOptions Struct Reference

Palette editor options. More...

#include <canvas_modals.h>

Collaboration diagram for yaze::gui::canvas::PaletteEditorOptions:

Public Attributes

gfx::SnesPalettepalette = nullptr
 
std::string title = "Palette Editor"
 
std::function< void()> on_palette_changed
 

Detailed Description

Palette editor options.

Definition at line 55 of file canvas_modals.h.

Member Data Documentation

◆ palette

gfx::SnesPalette* yaze::gui::canvas::PaletteEditorOptions::palette = nullptr

◆ title

std::string yaze::gui::canvas::PaletteEditorOptions::title = "Palette Editor"

◆ on_palette_changed

std::function<void()> yaze::gui::canvas::PaletteEditorOptions::on_palette_changed

Definition at line 58 of file canvas_modals.h.


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