<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [Entity](./server.entity.md) &gt; [setTintColor](./server.entity.settintcolor.md)

## Entity.setTintColor() method

Sets the tint color of the entity.

**Signature:**

```typescript
setTintColor(tintColor: RgbColor | undefined): void;
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

tintColor


</td><td>

[RgbColor](./server.rgbcolor.md) \| undefined


</td><td>

The tint color of the entity.


</td></tr>
</tbody></table>
**Returns:**

void

