Function Light2D.energy

The Light2D's energy value. The larger the value, the stronger the light.

double energy() nothrow @property @nogc;

void energy (
  double v
) nothrow @property @nogc;