# sm.shape.getShapeTypeColor

Returns the color of the uuid's shape type

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.shape.getShapeTypeColor( uuid )
```

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

**Parameters:**

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

**Returns:**

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