BackgroundBuilder

Background configurator class.

Constructors

Link copied to clipboard

Types

Link copied to clipboard

Background fill configurator class.

Link copied to clipboard
class ImageBuilder(image: Image)

Background image configurator class.

Functions

Link copied to clipboard
fun build(): Background

Return background based on current configuration.

Link copied to clipboard
inline fun fill(builderAction: BackgroundBuilder.FillBuilder.() -> Unit): BackgroundFill

Append a BackgroundFill.

Link copied to clipboard
inline fun image(image: Image, builderAction: BackgroundBuilder.ImageBuilder.() -> Unit): BackgroundImage

Append a BackgroundImage.

Properties

Link copied to clipboard
val fills: MutableList<BackgroundFill>

Current fills within this background.

Link copied to clipboard
val images: MutableList<BackgroundImage>

Current images within this background.