background Color
abstract fun backgroundColor(backgroundColor: String = "#000000"): BackgroundLayer
Content copied to clipboard
abstract fun backgroundColor(@ColorInt backgroundColor: Int): BackgroundLayer
Content copied to clipboard
The color with which the background will be drawn.
Parameters
background Color
value of backgroundColor
abstract fun backgroundColor(backgroundColor: Expression): BackgroundLayer
Content copied to clipboard
The color with which the background will be drawn.
Parameters
background Color
value of backgroundColor as Expression