# splashScreenBackgroundColor

> The Override background color for the Unity splash screen.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static Color? splashScreenBackgroundColor { get; set; }
```

### Remarks

In the Editor, Unity displays this under **Splash Image** in [UWP Player Settings](/engine/6000.7/manual/platform-specific/windows-store/uwp-getting-started/class-player-settings-wsa.md) as the **Override background color** setting. This value overrides the Unity Splash Screen background color with an alternative color.
