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