Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Variables
ColorScheme Namespace Reference

Variables

constexpr ImU32 EntryPoint_Primary = IM_COL32(0, 200, 80, 255)
 
constexpr ImU32 EntryPoint_Hovered = IM_COL32(0, 255, 100, 255)
 
constexpr ImU32 EntryPoint_Selected = IM_COL32(100, 255, 150, 255)
 
constexpr ImU32 Composite_Primary = IM_COL32(40, 80, 140, 255)
 
constexpr ImU32 Composite_Hovered = IM_COL32(70, 110, 180, 255)
 
constexpr ImU32 Composite_Selected = IM_COL32(100, 140, 210, 255)
 
constexpr ImU32 FlowControl_Primary = IM_COL32(100, 50, 140, 255)
 
constexpr ImU32 FlowControl_Hovered = IM_COL32(130, 70, 180, 255)
 
constexpr ImU32 FlowControl_Selected = IM_COL32(160, 100, 210, 255)
 
constexpr ImU32 Action_Primary = IM_COL32(200, 120, 40, 255)
 
constexpr ImU32 Action_Hovered = IM_COL32(220, 140, 60, 255)
 
constexpr ImU32 Action_Selected = IM_COL32(240, 160, 80, 255)
 
constexpr ImU32 Inverter_Primary = IM_COL32(140, 60, 120, 255)
 
constexpr ImU32 Inverter_Hovered = IM_COL32(160, 80, 140, 255)
 
constexpr ImU32 Inverter_Selected = IM_COL32(180, 100, 160, 255)
 
constexpr ImU32 Repeater_Primary = IM_COL32(180, 150, 40, 255)
 
constexpr ImU32 Repeater_Hovered = IM_COL32(210, 180, 60, 255)
 
constexpr ImU32 Repeater_Selected = IM_COL32(240, 210, 80, 255)
 
constexpr ImU32 SubGraph_Primary = IM_COL32(80, 100, 140, 255)
 
constexpr ImU32 SubGraph_Hovered = IM_COL32(110, 130, 170, 255)
 
constexpr ImU32 SubGraph_Selected = IM_COL32(140, 160, 200, 255)
 
constexpr ImU32 Comment_Primary = IM_COL32(100, 100, 100, 255)
 
constexpr ImU32 Comment_Hovered = IM_COL32(130, 130, 130, 255)
 
constexpr ImU32 Comment_Selected = IM_COL32(160, 160, 160, 255)
 

Variable Documentation

◆ Action_Hovered

constexpr ImU32 ColorScheme::Action_Hovered = IM_COL32(220, 140, 60, 255)
constexpr

Definition at line 32 of file ColorScheme.h.

Referenced by Olympe::NodeStyleRegistry::NodeStyleRegistry().

◆ Action_Primary

constexpr ImU32 ColorScheme::Action_Primary = IM_COL32(200, 120, 40, 255)
constexpr

◆ Action_Selected

constexpr ImU32 ColorScheme::Action_Selected = IM_COL32(240, 160, 80, 255)
constexpr

Definition at line 33 of file ColorScheme.h.

Referenced by Olympe::NodeStyleRegistry::NodeStyleRegistry().

◆ Comment_Hovered

constexpr ImU32 ColorScheme::Comment_Hovered = IM_COL32(130, 130, 130, 255)
constexpr

Definition at line 55 of file ColorScheme.h.

Referenced by Olympe::NodeStyleRegistry::NodeStyleRegistry().

◆ Comment_Primary

constexpr ImU32 ColorScheme::Comment_Primary = IM_COL32(100, 100, 100, 255)
constexpr

Definition at line 54 of file ColorScheme.h.

Referenced by Olympe::NodeStyleRegistry::NodeStyleRegistry().

◆ Comment_Selected

constexpr ImU32 ColorScheme::Comment_Selected = IM_COL32(160, 160, 160, 255)
constexpr

Definition at line 56 of file ColorScheme.h.

Referenced by Olympe::NodeStyleRegistry::NodeStyleRegistry().

◆ Composite_Hovered

constexpr ImU32 ColorScheme::Composite_Hovered = IM_COL32(70, 110, 180, 255)
constexpr

Definition at line 20 of file ColorScheme.h.

Referenced by Olympe::NodeStyleRegistry::NodeStyleRegistry().

◆ Composite_Primary

constexpr ImU32 ColorScheme::Composite_Primary = IM_COL32(40, 80, 140, 255)
constexpr

◆ Composite_Selected

constexpr ImU32 ColorScheme::Composite_Selected = IM_COL32(100, 140, 210, 255)
constexpr

Definition at line 21 of file ColorScheme.h.

Referenced by Olympe::NodeStyleRegistry::NodeStyleRegistry().

◆ EntryPoint_Hovered

constexpr ImU32 ColorScheme::EntryPoint_Hovered = IM_COL32(0, 255, 100, 255)
constexpr

Definition at line 14 of file ColorScheme.h.

Referenced by Olympe::NodeStyleRegistry::NodeStyleRegistry().

◆ EntryPoint_Primary

constexpr ImU32 ColorScheme::EntryPoint_Primary = IM_COL32(0, 200, 80, 255)
constexpr

◆ EntryPoint_Selected

constexpr ImU32 ColorScheme::EntryPoint_Selected = IM_COL32(100, 255, 150, 255)
constexpr

Definition at line 15 of file ColorScheme.h.

Referenced by Olympe::NodeStyleRegistry::NodeStyleRegistry().

◆ FlowControl_Hovered

constexpr ImU32 ColorScheme::FlowControl_Hovered = IM_COL32(130, 70, 180, 255)
constexpr

Definition at line 26 of file ColorScheme.h.

Referenced by Olympe::NodeStyleRegistry::NodeStyleRegistry().

◆ FlowControl_Primary

constexpr ImU32 ColorScheme::FlowControl_Primary = IM_COL32(100, 50, 140, 255)
constexpr

◆ FlowControl_Selected

constexpr ImU32 ColorScheme::FlowControl_Selected = IM_COL32(160, 100, 210, 255)
constexpr

Definition at line 27 of file ColorScheme.h.

Referenced by Olympe::NodeStyleRegistry::NodeStyleRegistry().

◆ Inverter_Hovered

constexpr ImU32 ColorScheme::Inverter_Hovered = IM_COL32(160, 80, 140, 255)
constexpr

Definition at line 38 of file ColorScheme.h.

Referenced by Olympe::NodeStyleRegistry::NodeStyleRegistry().

◆ Inverter_Primary

constexpr ImU32 ColorScheme::Inverter_Primary = IM_COL32(140, 60, 120, 255)
constexpr

◆ Inverter_Selected

constexpr ImU32 ColorScheme::Inverter_Selected = IM_COL32(180, 100, 160, 255)
constexpr

Definition at line 39 of file ColorScheme.h.

Referenced by Olympe::NodeStyleRegistry::NodeStyleRegistry().

◆ Repeater_Hovered

constexpr ImU32 ColorScheme::Repeater_Hovered = IM_COL32(210, 180, 60, 255)
constexpr

Definition at line 44 of file ColorScheme.h.

Referenced by Olympe::NodeStyleRegistry::NodeStyleRegistry().

◆ Repeater_Primary

constexpr ImU32 ColorScheme::Repeater_Primary = IM_COL32(180, 150, 40, 255)
constexpr

◆ Repeater_Selected

constexpr ImU32 ColorScheme::Repeater_Selected = IM_COL32(240, 210, 80, 255)
constexpr

Definition at line 45 of file ColorScheme.h.

Referenced by Olympe::NodeStyleRegistry::NodeStyleRegistry().

◆ SubGraph_Hovered

constexpr ImU32 ColorScheme::SubGraph_Hovered = IM_COL32(110, 130, 170, 255)
constexpr

Definition at line 50 of file ColorScheme.h.

Referenced by Olympe::NodeStyleRegistry::NodeStyleRegistry().

◆ SubGraph_Primary

constexpr ImU32 ColorScheme::SubGraph_Primary = IM_COL32(80, 100, 140, 255)
constexpr

◆ SubGraph_Selected

constexpr ImU32 ColorScheme::SubGraph_Selected = IM_COL32(140, 160, 200, 255)
constexpr

Definition at line 51 of file ColorScheme.h.

Referenced by Olympe::NodeStyleRegistry::NodeStyleRegistry().