Photon Editor Library
2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ImguiEditorTheme.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
ThirdParty/DearImGui.h
"
4
5
namespace
ph::editor
6
{
7
8
class
ImguiEditorTheme
final
9
{
10
public
:
11
ImVec4
warningColor
= ImVec4(1.0f, 1.0f, 0.2f, 1.0f);
12
ImVec4
errorColor
= ImVec4(1.0f, 0.2f, 0.2f, 1.0f);
13
};
14
15
}
// end namespace ph::editor
DearImGui.h
ph::editor::ImguiEditorTheme
Definition
ImguiEditorTheme.h:9
ph::editor::ImguiEditorTheme::warningColor
ImVec4 warningColor
Definition
ImguiEditorTheme.h:11
ph::editor::ImguiEditorTheme::errorColor
ImVec4 errorColor
Definition
ImguiEditorTheme.h:12
ph::editor
Definition
ph_editor.h:10
Source
Render
Imgui
ImguiEditorTheme.h
Generated by
1.11.0