-
Notifications
You must be signed in to change notification settings - Fork 48
Add transparency feature #164
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
Conversation
Why is this PR not merged? |
I would prefer a more complete approach. If we enable transparency it would have its own slider from 0 to 100. Maybe 50% for you would not mean transparent for other users. |
d64e183
to
f2b703c
Compare
Thank you for this @kadamski it's pretty good. The only thing is that you forgot to update the README with the new config and tooling support (very close to what you did with the .scd file). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work. Almost there. The only thing is that you forgot to update the README with the new config and tooling support (very close to what you did with the .scd file).
It is sometimes better if the drawing is not fully covering the picture but is semi-transparent. This patch adds a simple button to enable transparency. When this button is enabled, everything will be drawn with 50% alpha channel.
This commit adds UI elements and config option for configuring the transparency value. The default value is 50% but it can be changed in the 5% - 95% range in 10% steps.
The previous commit added this info to the man page but README was not updated. Lets fix this.
@jtheoof thank you for reviewing that. I force-pushed the rebased commits to my branch and added a small one on top that syncs the info in man page to the README file. If there's anything more to do, let me know. |
Thanks ! |
It is sometimes better if the drawing is not fully covering the picture but is semi-transparent. This patch adds a simple button to enable transparency. When this button is enabled, everything will be drawn with 50% alpha channel.