# Sandbox.DirectionalLight.SkyColor

```csharp
Color SkyColor { get; set; }
```

Color of the ambient sky color
This is kept for long term support, the recommended way to do this is with an Ambient Light component.

Declared in [Sandbox.DirectionalLight](/api/Sandbox.DirectionalLight).
Assembly: `Sandbox.Engine`.
