intensity

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

Intensity of lighting (on a scale from 0 to 1). Higher numbers will present as more extreme contrast. Default value: 0.5. Value range: 0, 1

Parameters

intensity

as Double


abstract fun intensity(intensity: Expression): FlatLight

Intensity of lighting (on a scale from 0 to 1). Higher numbers will present as more extreme contrast. Default value: 0.5. Value range: 0, 1

Parameters

intensity

value of intensity as Expression