Function VisualServerSingleton.lightSetShadowColor

Sets the color of the shadow cast by the light. Equivalent to Light.shadowColor.

void lightSetShadowColor (
  const(RID) light,
  const(Color) color
) nothrow @nogc;