backgroundColor

open override fun backgroundColor(backgroundColor: String): BackgroundLayer
open override fun backgroundColor(@ColorInt backgroundColor: Int): BackgroundLayer

The color with which the background will be drawn.

Parameters

backgroundColor

value of backgroundColor

open override fun backgroundColor(backgroundColor: Expression): BackgroundLayer

The color with which the background will be drawn.

Parameters

backgroundColor

value of backgroundColor as Expression

val backgroundColor: String?

The color with which the background will be drawn.