backgroundColor

abstract fun backgroundColor(backgroundColor: String = "#000000"): BackgroundLayer
abstract fun backgroundColor(@ColorInt backgroundColor: Int): BackgroundLayer

The color with which the background will be drawn. Default value: "#000000".

Parameters

backgroundColor

value of backgroundColor


abstract fun backgroundColor(backgroundColor: Expression): BackgroundLayer

The color with which the background will be drawn. Default value: "#000000".

Parameters

backgroundColor

value of backgroundColor as Expression