backgroundBlendMode

fun StyleScope.backgroundBlendMode(blendMode: BackgroundBlendMode)(source)


fun StyleScope.backgroundBlendMode(vararg blendModes: BackgroundBlendMode.Listable)(source)

Deprecated

Use `backgroundBlendMode(BackgroundBlendMode.list(...))` instead.

Replace with

backgroundBlendMode(BackgroundBlendMode.list(*blendModes))