kobweb
Toggle table of contents
0.23.0
js
Platform filter
js
Switch theme
Search in API
kobweb
kobweb-compose
/
com.varabyte.kobweb.compose.ui.modifiers
/
BackgroundScope
Background
Scope
class
BackgroundScope
(
styleScope
:
StyleScope
)
(
source
)
Members
Constructors
Background
Scope
Link copied to clipboard
constructor
(
styleScope
:
StyleScope
)
Functions
attachment
Link copied to clipboard
fun
attachment
(
backgroundAttachment
:
BackgroundAttachment
)
clip
Link copied to clipboard
fun
clip
(
backgroundClip
:
BackgroundClip
)
color
Link copied to clipboard
fun
color
(
backgroundColor
:
BackgroundColor
)
fun
color
(
color
:
CSSColorValue
)
image
Link copied to clipboard
fun
image
(
backgroundImage
:
BackgroundImage
)
fun
image
(
url
:
CSSUrl
)
fun
image
(
gradient
:
Gradient
)
origin
Link copied to clipboard
fun
origin
(
backgroundOrigin
:
BackgroundOrigin
)
position
Link copied to clipboard
fun
position
(
backgroundPosition
:
BackgroundPosition
)
fun
position
(
position
:
CSSPosition
)
fun
position
(
scope
:
BackgroundPositionScope
.
(
)
->
Unit
)
repeat
Link copied to clipboard
fun
repeat
(
backgroundRepeat
:
BackgroundRepeat
)
fun
repeat
(
horizontalRepeat
:
BackgroundRepeat.Mode
,
verticalRepeat
:
BackgroundRepeat.Mode
)
size
Link copied to clipboard
fun
size
(
backgroundSize
:
BackgroundSize
)