Palette editor options. More...
#include <canvas_modals.h>
Public Attributes | |
gfx::SnesPalette * | palette = nullptr |
std::string | title = "Palette Editor" |
std::function< void()> | on_palette_changed |
Palette editor options.
Definition at line 55 of file canvas_modals.h.
gfx::SnesPalette* yaze::gui::canvas::PaletteEditorOptions::palette = nullptr |
Definition at line 56 of file canvas_modals.h.
Referenced by yaze::gui::canvas::CanvasModals::RenderPaletteEditorModal().
std::string yaze::gui::canvas::PaletteEditorOptions::title = "Palette Editor" |
Definition at line 57 of file canvas_modals.h.
Referenced by yaze::gui::canvas::CanvasModals::RenderPaletteEditorModal().
std::function<void()> yaze::gui::canvas::PaletteEditorOptions::on_palette_changed |
Definition at line 58 of file canvas_modals.h.