Jump to content

Recommended Posts

Posted (edited)

There are some great examples for adding Blur to the GUI throughout the forum.

However, the types of blur that are covered in those examples are a bit outdated:

;ACCENT_STATE
Global Const $ACCENT_DISABLED = 0
Global Const $ACCENT_ENABLE_GRADIENT = 1
Global Const $ACCENT_ENABLE_TRANSPARENTGRADIENT = 2
Global Const $ACCENT_ENABLE_BLURBEHIND = 3
Global Const $ACCENT_INVALID_STATE = 4

Since that time, those options have expanded more to the following:

ACCENT_DISABLED = 0
ACCENT_ENABLE_GRADIENT = 1
ACCENT_ENABLE_TRANSPARENTGRADIENT = 2
ACCENT_ENABLE_BLURBEHIND = 3
ACCENT_ENABLE_ACRYLICBLURBEHIND = 4
ACCENT_ENABLE_HOSTBACKDROP = 5
ACCENT_INVALID_STATE = 6

I am particularly curious about ACCENT_ENABLE_HOSTBACKDROP but it does not come up in any searches on this forum.

I will share an example GUI blur that is working (requires Windows 11):

  Reveal hidden contents

The problem that I have is that I am still very much a beginner here. I don't understand DllStruct at all. 

Thank you for your time and suggestions. I appreciate it very much.

Edited by WildByDesign

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...