added outside glow

This commit is contained in:
2026-07-11 22:39:18 +03:00
parent 1618a41318
commit cbe220664f
7 changed files with 98 additions and 23 deletions
+3
View File
@@ -77,6 +77,9 @@ namespace imgui_desktop::gui
GlowSettings m_bar_glow{{1.f, 0.f, 0.f, 0.8f}};
GlowSettings m_label_glow;
GlowSettings m_canvas_glow{{1.f, 0.5f, 0.f, 0.8f}, 100.f};
int m_canvas_glow_layers = 64;
int m_canvas_glow_mode = 2;
float m_canvas_glow_rounding = 40.f;
// Skeleton
omath::Color m_skel_color = omath::Color::from_rgba(255, 255, 255, 200);