# initializationColor

> The color that Unity uses to initialize a Custom Render Texture. Unity ignores this parameter if an CustomRenderTexture.initializationMaterial is set.

## Definition

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

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