shadowIntensity

abstract fun shadowIntensity(shadowIntensity: Double = 0.2): 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

abstract 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