color

abstract fun color(@ColorInt color: Int): AmbientLight

Color of the ambient light.

Parameters

color

as int


abstract fun color(color: String = "#ffffff"): AmbientLight

Color of the ambient light.

Parameters

color

as String


abstract fun color(color: Expression): AmbientLight

Color of the ambient light.

Parameters

color

value of color as Expression