Module fluid_glass

Source
Expand description

Fluid glass effect module for Tessera UI Basic Components.

This module provides the core implementation for the “fluid glass” (frosted/distorted glass) visual effect, including parameter structures, builder patterns, and the main fluid_glass component. It enables highly customizable backgrounds with blur, tint, chromatic dispersion, noise, and ripple effects, suitable for creating modern, layered user interfaces with enhanced depth and focus. Typical use cases include backgrounds for buttons, sliders, switches, and other interactive UI elements where a dynamic, visually appealing glass-like surface is desired.

Structs§

FluidGlassArgs
Arguments for the fluid_glass component, providing extensive control over its appearance.
FluidGlassArgsBuilder
Builder for FluidGlassArgs.
FluidGlassCommand
GlassBorder

Enums§

FluidGlassArgsBuilderError
Error type for FluidGlassArgsBuilder

Functions§

fluid_glass
Creates a fluid glass effect component, which serves as a dynamic and visually appealing background.