# colorClearValue

> The color used to clear the color buffer.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.7/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

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

### Remarks

The color is specified as a "straight" color but will internally be converted to "premultiplied" before being applied.
