Light.lightColor

The light's color. An overbright color can be used to achieve a result equivalent to increasing the light's lightEnergy.

  1. Color lightColor [@property getter]
  2. Color lightColor [@property setter]
    struct Light
    @nogc nothrow @property
    void
    lightColor
    (
    Color v
    )

Meta