# Sandbox.TextureBuilder.WithInitialColor

```csharp
TextureBuilder WithInitialColor(in Color color)
```

Once the texture is created it will be cleared to this color

### Parameters

- `in color` (`Color`)

### Returns

`TextureBuilder`

Declared in [Sandbox.TextureBuilder](/api/Sandbox.TextureBuilder).
Assembly: `Sandbox.Engine`.
