color

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

Color of the directional light. Default value: "#ffffff".

Parameters

color

as int


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

Color of the directional light. Default value: "#ffffff".

Parameters

color

as String


abstract fun color(color: Expression): DirectionalLight

Color of the directional light. Default value: "#ffffff".

Parameters

color

value of color as Expression