BlurScope
Configures progressive blur layer properties.
Runs when the blur layer is configured. Inherits Density to resolve Dp values directly.
Summary
Public properties |
||
|---|---|---|
Float |
Opacity of the blurred content in the 0..1 range. |
Cmn
|
BlurredEdgeTreatment |
Strategy used to sample pixels outside content bounds. |
Cmn
|
BlurRadiusSpec |
Varying blur radius configuration across the surface. |
Cmn
|
DpSize |
Size of the blurred layer in |
Cmn
|
Inherited functions |
|||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||
Inherited properties |
|---|
Public properties
edgeTreatment
var edgeTreatment: BlurredEdgeTreatment
Strategy used to sample pixels outside content bounds.
radius
var radius: BlurRadiusSpec
Varying blur radius configuration across the surface.
Defaults to BlurRadiusSpec.uniform(0.dp) (no blur).