Function SpatialMaterial.emission

The emitted light's color. See emissionEnabled.

Color emission() nothrow @property @nogc;

void emission (
  Color v
) nothrow @property @nogc;