haze
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
haze
haze
/
dev.chrisbanes.haze
/
HazeStyle
/
HazeStyle
Haze
Style
constructor
(
backgroundColor
:
Color
=
Color.Unspecified
,
tint
:
HazeTint
?
=
null
,
blurRadius
:
Dp
=
Dp.Unspecified
,
noiseFactor
:
Float
=
-1f
,
fallbackTint
:
HazeTint
=
HazeTint.Unspecified
)
constructor
(
backgroundColor
:
Color
=
Color.Unspecified
,
tints
:
List
<
HazeTint
>
=
emptyList()
,
blurRadius
:
Dp
=
Dp.Unspecified
,
noiseFactor
:
Float
=
-1f
,
fallbackTint
:
HazeTint
=
HazeTint.Unspecified
)