#include "app/gui/widgets/palette_editor_widget.h"#include "util/i18n/tr.h"#include <algorithm>#include <map>#include "absl/strings/str_format.h"#include "app/gfx/resource/arena.h"#include "app/gfx/util/palette_manager.h"#include "app/gui/core/color.h"#include "app/gui/core/popup_id.h"#include "app/gui/core/theme_manager.h"#include "app/gui/plots/implot_support.h"#include "app/gui/widgets/themed_widgets.h"#include "util/log.h"#include <cstring>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | yaze::gui::anonymous_namespace{palette_editor_widget.cc}::DungeonRenderColorTarget |
Namespaces | |
| namespace | yaze |
| namespace | yaze::gui |
| Graphical User Interface (GUI) components for the application. | |
| namespace | yaze::gui::anonymous_namespace{palette_editor_widget.cc} |