color

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

Color of the directional light.

Parameters

color

as int


open override fun color(color: String): DirectionalLight

Color of the directional light.

Parameters

color

as String


open override fun color(color: Expression): DirectionalLight

Color of the directional light.

Parameters

color

value of color as Expression


Color of the directional light.