# World.clearLightColorOverride

Clears the override light color on all light controllers in the world.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
world:clearLightColorOverride(  )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/World.md#clearlightcoloroverride)

**Availability:** Server only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `world` | [World](../Game-Script-Environment/Userdata/World.md) | The world. |
