Pre-submission Checklist
Hexa.NET.ImGui Version
dc79fe1
Bug Description
Tried to run ExampleGLFWOpenGL3 imgui window background color is red.
When i comment out this line the colors are as epxected:
|
style.Colors[(int)ImGuiCol.WindowBg].W = 1.0f; |
So the W component of the Vector4 maps to red isntead of the expected alpha.
Steps to Reproduce
Run ExampleGLFWOpenGL3.
Observe red window background.
Expected Behavior
W maps to alpha. Window color is opaque but with the color matches the default "Dark" style.
Code Sample
Platform
Windows
.NET Version
net9.0
Additional Context
No response
Pre-submission Checklist
Hexa.NET.ImGui Version
dc79fe1
Bug Description
Tried to run ExampleGLFWOpenGL3 imgui window background color is red.
When i comment out this line the colors are as epxected:
Hexa.NET.ImGui/Examples/ExampleGLFWOpenGL3/Program.cs
Line 61 in dc79fe1
So the W component of the Vector4 maps to red isntead of the expected alpha.
Steps to Reproduce
Run ExampleGLFWOpenGL3.
Observe red window background.
Expected Behavior
W maps to alpha. Window color is opaque but with the color matches the default "Dark" style.
Code Sample
Platform
Windows
.NET Version
net9.0
Additional Context
No response