Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val Revert: Background
Link copied to clipboard
Link copied to clipboard
open val Unset: Background

Functions

Link copied to clipboard
fun list(vararg backgrounds: Background.Listable): Background

fun list(color: CSSColorValue, vararg backgrounds: Background.Listable): Background

A Kotlin-idiomatic API to configure the background CSS property with multiple backgrounds.

Link copied to clipboard
fun of(image: BackgroundImage? = null, repeat: BackgroundRepeat? = null, size: BackgroundSize? = null, position: BackgroundPosition? = null, origin: BackgroundOrigin? = null, clip: BackgroundClip? = null, attachment: BackgroundAttachment? = null): Background.Listable
fun of(image: BackgroundImage? = null, repeat: BackgroundRepeat? = null, size: BackgroundSize? = null, position: BackgroundPosition? = null, blend: BackgroundBlendMode?, origin: BackgroundOrigin? = null, clip: BackgroundClip? = null, attachment: BackgroundAttachment? = null): Background.Listable