# Character.isDefaultColor

Returns true if the current character color is its default color.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
character:isDefaultColor(  )
```

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| boolean | True if the color is the base color. |
