Function VisualServerSingleton.lightSetColor

Sets the color of the light. Equivalent to Light.lightColor.

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