# Joint.getColor

Returns the color of a joint.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
joint:getColor(  )
```

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| [Color](../Game-Script-Environment/Userdata/Color.md) | The joint's color. |
