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.

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.

Parameters

intensity

value of intensity as Expression