Function Environment.glowIntensity

The glow intensity. When using the GLES2 renderer, this should be increased to 1.5 to compensate for the lack of HDR rendering.

double glowIntensity() nothrow @property @nogc;

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