color

open override fun color(@ColorInt color: Int): AmbientLight

Color of the ambient light.

Parameters

color

as int


open override fun color(color: String): AmbientLight

Color of the ambient light.

Parameters

color

as String


open override fun color(color: Expression): AmbientLight

Color of the ambient light.

Parameters

color

value of color as Expression


Color of the ambient light.