Skip to content

Add support for transparent window backgrounds #109

Description

@ThiconZ

Currently it does not seem possible to create ImGui viewports/windows with a transparent background for the platform. This seems to stem from a core ImGui issue that requires the ImGui_ImpWin32 class to support the ImGui_ImplWin32_EnableAlphaCompositing function located in the ImGui source code at https://github.com/ocornut/imgui/blob/master/backends/imgui_impl_win32.cpp#L955.

Would it be possible to have this function exposed and either have the patch applied, or provide a way for users to enable/supply the patch without needing to maintain a fork of this project?

ImGui Issue: ocornut/imgui#5988

Note: I am on Hexa.NET.ImGui version 2.2.9 based on ImGui 1.92.2b as NuGet doesn't appear to have been updated yet.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions