# Interactable.getColorHighlight

Returns the connection-point highlight color of an interactable. The point is shown when using the <em>Connect Tool</em>.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
interactable:getColorHighlight(  )
```

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| [Color](../Game-Script-Environment/Userdata/Color.md) | The connection-point highlight color. |
