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

Opacity layers #1074

Merged
merged 2 commits into from
Mar 18, 2022
Merged

Opacity layers #1074

merged 2 commits into from
Mar 18, 2022

Commits on Mar 18, 2022

  1. Implement correct opacity for the GL backend

    This also separates the blend-to-screen part of render_layer into a
    helper function, as that will be useful in the future with public layer
    elements.
    
    Relates to #725
    tronical committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    d5c59cc View commit details
    Browse the repository at this point in the history
  2. Implement correct opacity for the Qt backend

    Relates to #725
    tronical committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    9a7cc17 View commit details
    Browse the repository at this point in the history