Glass Morphism - Effect on HVArrangement

GlassMorphism
Effect inside the HVArrangement.



ApplyGlassMorphism

Applies the Glass Morphism effect inside the Arrangement.

  • arrangement: HVArrangement to which the effect will be applied.

SetCornerRadius

Sets the corner radius in pixels.

  • radius: Corner radius in pixels.

SetBlurAmount

Sets the blur amount for the background filter in pixels.

  • blur: Blur amount in pixels.

SetBorderColor

Sets the border color. Example: 'rgba(255, 255, 255, 0.3)'.

  • color: The border color in rgba format.

SetBorderWidth

Border width.

  • width: Border width in pixels.

SetBackgroundColor

Sets the background color. Example: 'rgba(255, 255, 255, 0.2)'.

  • color: The background color in rgba format.

Extension:
joejsanz.joedevglassmorphism.aix (6.9 KB)


Thanks.

7 Likes

Well done Joe. An update on what I had to do to achieve the same effect...

1 Like

Thanks a lot Tim

Yes I saw it, it is more complicated but it is a very good result, I liked your work and what you used to achieve it.

What I did was use a web viewer built into an arrangement for more control with customization and embed html and css in that web viewer.