# Color.__mul

**Kind:** Operation

**Environments:** Game, Terrain

## Game

``` { .lua .api-signature }
Color * Color
```

``` { .lua .api-signature }
Color * number
```

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

**Operations:**

| Operation | Returns | Description |
| --- | --- | --- |
| `Color * Color` | [Color](../Game-Script-Environment/Userdata/Color.md) | Returns the product of two colors, multiplying each component. |
| `Color * number` | [Color](../Game-Script-Environment/Userdata/Color.md) | Returns the product of a color and a scalar. |

## Terrain

``` { .lua .api-signature }
Color * Color
```

``` { .lua .api-signature }
Color * number
```

[Open the full Terrain reference](../Terrain-Script-Environment/Userdata/Color.md#__mul)

**Operations:**

| Operation | Returns | Description |
| --- | --- | --- |
| `Color * Color` | [Color](../Terrain-Script-Environment/Userdata/Color.md) | Returns the product of two colors, multiplying each component. |
| `Color * number` | [Color](../Terrain-Script-Environment/Userdata/Color.md) | Returns the product of a color and a scalar. |
