Haze Defaults
object HazeDefaults
Default values for the haze modifiers.
Properties
Functions
Link copied to clipboard
fun style(backgroundColor: Color = Color.Unspecified, tint: Color, blurRadius: Dp = this.blurRadius, noiseFactor: Float = this.noiseFactor): HazeStyle
fun style(backgroundColor: Color, tint: HazeTint = tint(backgroundColor), blurRadius: Dp = this.blurRadius, noiseFactor: Float = this.noiseFactor): HazeStyle
Default HazeStyle for usage with Modifier.haze.