BackgroundBlur

@Serializable
data class BackgroundBlur(strength: Double) : VideoProcessor

Blur the background by the specified amount, between 0.0 and 1.0.

Constructors

Link copied to clipboard
fun BackgroundBlur(strength: Double)

Properties

Link copied to clipboard
val strength: Double