Blur

data class Blur(val id: String, @FloatRange(from = 0.0, to = 1.0) val factor: Float = 1.0f) : VirtualBackgroundUi

Blue Virtual Background

Constructors

Link copied to clipboard
constructor(id: String, @FloatRange(from = 0.0, to = 1.0) factor: Float = 1.0f)

Properties

Link copied to clipboard
val factor: Float = 1.0f

Float representation of blur amount

Link copied to clipboard
open override val id: String

String blur virtual background identifier