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]
    struct Light
    @nogc nothrow @property
    Color
    lightColor
    ()
  2. Color lightColor [@property setter]

Meta