Function Light.lightNegative
If true
, the light's effect is reversed, darkening areas and casting bright shadows.
bool lightNegative() nothrow @property @nogc;
void lightNegative
(
bool v
) nothrow @property @nogc;