# backgroundColor

> The color with which the texture of reflection probe will be cleared.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public Color backgroundColor { get; set; }
```

### Remarks

Only used if [ReflectionProbe.clearFlags](/engine/6000.0/script-reference/unityengine/reflectionprobe/clearflags.md) are set to [CameraClearFlags.SolidColor](/engine/6000.0/script-reference/unityengine/cameraclearflags/solidcolor.md) (or [CameraClearFlags.Skybox](/engine/6000.0/script-reference/unityengine/cameraclearflags/skybox.md) but the skybox is not set up). Additional Resources: [Camera.clearFlags](/engine/6000.0/script-reference/unityengine/camera/clearflags.md).
