Package-level declarations
Types
Link copied to clipboard
object HazeBlurDefaults
Default values for hazeBlur.
Link copied to clipboard
An opaque, stateless, and shareable program of Blur Style writes.
Link copied to clipboard
Blur-specific property functions available while constructing a HazeBlurStyle.
Link copied to clipboard
Describes a color effect applied by the haze effect.
Properties
Link copied to clipboard
A ProvidableCompositionLocal which provides Blur Style writes inherited by all hazeBlur modifiers in its content.
Functions
Link copied to clipboard
fun Modifier.hazeBlur(input: HazeInput, style: HazeBlurStyle = HazeBlurStyle, performanceMode: HazePerformanceMode? = null, expandLayerBounds: Boolean = true): Modifier
Applies Blur to an explicit input.
Link copied to clipboard
Creates an opaque, replayable Blur Style from block.