# Shape.removeColor

Restores the color of a shape to its base color. This is similar to coloring with the <em>Paint Tool</em>

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
shape:removeColor(  )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/Shape.md#removecolor)

**Availability:** Server only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `shape` | [Shape](../Game-Script-Environment/Userdata/Shape.md) | The shape |
