intensity property

  1. @DoubleValueNotifierConverter()
ValueNotifier<double> intensity
final

This intensity is used to modulate the light color. When used with a physically-based material, this corresponds to the luminous flux of the light, expressed in lumens (lm). Defaults to 1000.

Implementation

@DoubleValueNotifierConverter()
final ValueNotifier<double> intensity;