Photon Editor Library
2.0.0-beta
A physically based renderer.
Toggle main menu visibility
Home
Components
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
w
Functions
a
c
g
i
n
p
s
t
Variables
Typedefs
Enumerations
Enumerator
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Typedefs
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
v
w
Enumerations
Enumerator
Related Symbols
Files
File List
File Members
All
f
i
l
p
t
Functions
Variables
Macros
f
i
p
▼
Photon Editor Library
Home
Components
►
Namespaces
►
Concepts
►
Classes
▼
Files
▼
File List
►
Include
▼
Source
►
Api
►
App
►
Designer
►
EditorCore
►
Platform
►
Procedure
▼
Render
►
Content
►
EditorDebug
▼
Imgui
►
Editor
►
Font
►
Tool
►
Utility
►
imgui_common.cpp
►
imgui_common.h
ImguiEditorPanel.cpp
►
ImguiEditorPanel.h
►
ImguiEditorTheme.h
ImguiEditorUI.cpp
►
ImguiEditorUI.h
ImguiEditorUIProxy.cpp
►
ImguiEditorUIProxy.h
ImguiFontLibrary.cpp
►
ImguiFontLibrary.h
ImguiImageLibrary.cpp
►
ImguiImageLibrary.h
ImguiRenderContent.cpp
►
ImguiRenderContent.h
ImguiRenderModule.cpp
►
ImguiRenderModule.h
►
Mesh
►
Pass
►
Query
►
Renderer
►
Shader
►
View
IDynamicSceneResource.cpp
►
IDynamicSceneResource.h
ISceneResource.cpp
►
ISceneResource.h
►
RenderThread.cpp
►
RenderThread.h
►
RenderThreadCaller.h
►
RenderThreadUpdateContext.h
►
Scene.cpp
►
Scene.h
►
System.cpp
►
System.h
Texture2D.cpp
►
Texture2D.h
TextureResource.cpp
►
TextureResource.h
►
RenderCore
►
ThirdParty
►
editor_lib_config.h
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Concepts
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
};
8
class
ImguiEditorTheme
final {
…
};
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