-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ColorPicker ignores style.alpha value #2711
Labels
Comments
A pull request would be appreciated.
For the square we draw two layers so we may need to work out an extra factor to the alpha used there to give something close to the expected result (it’s not going to be perfect).
|
ocornut
added a commit
that referenced
this issue
Aug 16, 2019
… can be faded out. (#2711) Note that some elements won't accurately fade down with the same intensity, and the color wheel when enabled will have small overlap glitches with (style.Alpha < 1.0).
The way people solve that usually is:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version/Branch of Dear ImGui:
Version: 1.73WIP(17203)
Branch: matser
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_11.cpp + imgui_impl_win32.cpp
Compiler: VS2019
Operating System: Win10
My Issue/Question:
ColorPicker ignores imgui's global alpha value
Screenshots/Video
Standalone, minimal, complete and verifiable example:
The text was updated successfully, but these errors were encountered: