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.