intensity

abstract fun intensity(intensity: Double = 0.5): Light

Intensity of lighting (on a scale from 0 to 1). Higher numbers will present as more extreme contrast.

Parameters

intensity

as Double

abstract fun intensity(intensity: Expression): Light

Intensity of lighting (on a scale from 0 to 1). Higher numbers will present as more extreme contrast.

Parameters

intensity

value of intensity as Expression