# color

> The color of the Tilemap layer.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Tilemaps](/engine/6000.5/script-reference/unityengine/tilemaps.md)
* **Assembly:** UnityEngine.TilemapModule

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

### Remarks

The color of the [Tilemap](/engine/6000.5/script-reference/unityengine/tilemaps/tilemap.md) layer is multiplied with the color of the Tiles in the layer to tint the Tiles.
