shadowIntensity

open override fun shadowIntensity(shadowIntensity: Double): Light

Determines the shadow strength, affecting the shadow receiver surfaces final color. Values near 0.0 reduce the shadow contribution to the final color. Values near to 1.0 make occluded surfaces almost black.

Parameters

shadowIntensity

as Double

open override fun shadowIntensity(shadowIntensity: Expression): Light

Determines the shadow strength, affecting the shadow receiver surfaces final color. Values near 0.0 reduce the shadow contribution to the final color. Values near to 1.0 make occluded surfaces almost black.

Parameters

shadowIntensity

value of shadowIntensity as Expression

val shadowIntensity: Double?

Determines the shadow strength, affecting the shadow receiver surfaces final color. Values near 0.0 reduce the shadow contribution to the final color. Values near to 1.0 make occluded surfaces almost black.