# sm.item.getShapeDefaultColor

Returns the default color of a shape

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.item.getShapeDefaultColor( uuid )
```

[Open the full Game reference](../Game-Script-Environment/Static-Functions/sm.item.md#getshapedefaultcolor)

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `uuid` | [Uuid](../Game-Script-Environment/Userdata/Uuid.md) | The item uuid. |

**Returns:**

| Type | Description |
| --- | --- |
| [Color](../Game-Script-Environment/Userdata/Color.md) | Color of the shape. |
