Extends Item
Effect.BlurLayer
The Effect.BlurLayer item blurs the content behind it.
property Float blurRadius: 5
The blur radius. A blur radius of 0 disables blurring.
The maximum blur radius is 100.
property Float saturation: 1
The color saturation adjustment amount to apply to the blur layer.
property Color tintColor: #none
property Float tintOpacity: 0.5
A tint color to apply on top of the blur layer. The tint color is blended with the blurred content using the tint opacity value.