Skip to content
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

Add transparency feature #164

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 6, 2024

  1. feat(ui): add transparency feature

    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.
    kadamski committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    57377d8 View commit details
    Browse the repository at this point in the history
  2. feat(ui): make transparency configurable

    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.
    kadamski committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f2b703c View commit details
    Browse the repository at this point in the history