You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the only option for setting a Window Border Color is through the Gradient fields. While the same color can be provided to both, it may be "simpler" to allow specifying a single color directly to a Theme.WindowBorderColor field and allowing it to be drawn using ImGui.GetWindowDrawList().AddRectFilled()
I'm unsure about this as it would introduce extra complexity, just to save one line in a theme file.
What if both are specified in the themes file, do we use the solid color or gradient variable?
Right now the only option for setting a Window Border Color is through the Gradient fields. While the same color can be provided to both, it may be "simpler" to allow specifying a single color directly to a
Theme.WindowBorderColor
field and allowing it to be drawn usingImGui.GetWindowDrawList().AddRectFilled()
https://github.com/themeldingwars/ImTool/blob/master/ImTool/Window.cs#L222
The text was updated successfully, but these errors were encountered: